php配置伪静态后总是提示404错误!
程序员文章站
2024-02-10 22:55:10
...
我用的是wamp开发的,查了一些资料要配置的文件也都配置了,如:
#LoadModule rewrite_module modules/mod_rewrite
AllowOverride None 改成了All
重启apache后提示404错误!
我在网站根目录下建立的.htaccess 规则:
RewriteEngine on
RewriteRule ^/index.html$ /index.php
如果我把这条规则放入到conf/httpd.conf文件下是可以正常访问的,不知道为什么写在htaccess下就找不到文件呢?
#LoadModule rewrite_module modules/mod_rewrite
AllowOverride None 改成了All
重启apache后提示404错误!
我在网站根目录下建立的.htaccess 规则:
RewriteEngine on
RewriteRule ^/index.html$ /index.php
如果我把这条规则放入到conf/httpd.conf文件下是可以正常访问的,不知道为什么写在htaccess下就找不到文件呢?
回复讨论(解决方案)
要放在
中
上一篇: 正确理解PHP程序错误信息的表示含义
下一篇: PHP绘图函数生成图片验证码