摘要:
服务器异常信息,越少泄露越好。为避免一些探测url的异常,我们需要定制404页。1.apachehttpd.conf里:对<Directory />一节中,增加: ErrorDocument 404 /404.html ErrorDocument 403 /404.html原始文件:把 error/HTTP_NOT_FOUND.html.var下的HTTP_NOT_FOUND.html.var改成你想要的页就可以了要是改路径就在httpd.conf中设 ErrorDocument 404 /2.ci默认默认404页面在 application\errors 目录下。3.routes 阅读全文
posted @ 2012-08-28 10:20 greatqn 阅读(871) 评论(0) 推荐(0) 编辑