+ -
当前位置:首页 → 问答吧 → htaccess 中重定向问题

htaccess 中重定向问题

时间:2007-09-27

来源:互联网

htaccess中是这样写的
RewriteEngine on
RewriteRule .* index.php

访问的时候重定向到index.php了,可是页面提示index.php找不到,明明有这个文件
请问这是咋回事?

作者: wanghgui   发布时间: 2007-09-26

你要确定如下几点是否已经OK了.
1.是否载入了rewrite 模块
2..htaccess文件所在的目录是否有开启 AllowOverride Al

作者: gleon   发布时间: 2007-09-30