|
apache 配置:- Alias /test/ "/www/prima/test/"
- Alias /test "/www/prima/test/"
- <Directory "/www/prima/test/">
- Options Indexes
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
复制代码
php 在 documentroot 工作正常, 但是在 /test/ 下无法解释
http://localhost/test 共两个文件 (如图1)
test.html 没问题
test.php 显示 如图2- Not Found
- The requested URL was not found on this server.
复制代码
输入 http://localhost/test/test1.php (无此文件) 显示 如图3- Not Found
- The requested URL /test/test1.php was not found on this server.
- Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
复制代码
显然,文件不是 Not Found ... 且两个 Not Found 不一样
不知道 test.php 的 Not Found 到底指的是什么 Not Found.
不知所以,请求帮助
test.php 内容
。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|