- 时间:2021-03-16 04:43 编辑: 来源: 阅读:
- 扫一扫,手机访问
摘要:win8下IIS 8.5下设置404错误页
IIS版本:IIS 8.5
问题描述
搭建一个测试网站,总共就2个页面(index.php和404.php),默认首页为:index.php
当访问index.php和404.php的时候,IIS服务器能正常响应,说明在IIS 8.5中配置PHP环境没有出现问题。
访问index.php
[img]http://files.jb51.net/file_images/article/201406/201464115734643.png?201454115745[/img]
访问404.php
[img]http://files.jb51.net/file_images/article/201406/201464115800452.png?201454115814[/img]
另外,我的错误页配置结果如下:
[img]http://files.jb51.net/file_images/article/201406/201464115831251.png?201454115842[/img]
正常情况下,当访问某个不存在的页面时(比如:127.0.0.1/aaa.php),此时,iis服务器发现aaa.php这个文件并不存在,所以,应该会请求404.php
也就是:127.0.0.1/aaa.php--->127.0.0.1/404.php
但是,当我访问127.0.0.1/aaa.php的时候,却报如下错误:
[img]http://files.jb51.net/file_images/article/201406/201464115853880.png?20145411597[/img]
解决办法
双击“错误页”设置-->选中状态代码为404的选项-->在右侧的操作栏中选择“编辑功能设置”-->勾选“自定义错误页”
如下图所示:
[img]http://files.jb51.net/file_images/article/201406/201464115925293.png?201454115938[/img]