Linux 系统管理utm168.blog.chinaunix.net
utm168
全部博文(275)
2014年(9)
2013年(124)
2012年(142)
激光切割
无赖皮肤
shch9
Bsolar
bitpeng
wjemail
dailizhi
giant1st
oracle_c
windakci
livelin
分类: 系统运维
2013-10-28 12:47:51
1, add these .conf:
fastcgi_intercept_errors on;
# in server{} block
error_page 404 = /404.php;
2, in 404.php:
header("Status: 302 Found");
header("Location: ");
上一篇:Ubuntu 搭建Mono+Asp.net MVC+Nginx+MySql环境
下一篇:Nginx负载均衡器的总结和思考
登录 注册