ErrorDocument重定向url后的htaccess保持不变

时间:2013-03-10 03:26:45

标签: php .htaccess mod-rewrite

我通过htaccess阻止了目录列表,但是在它被定向到索引之后,url不会改变。

如果用户访问http://www.searchme.com/images

它会将页面重定向到主页,但网址保持不变http://www.searchme.com/images

因此,如果我点击任何链接,则网址会变为http://www.searchme.com/images/about.php,而应该变为http://www.searchme.com/about.php

 #IndexIgnore /images/*
 Options -Indexes
 ErrorDocument 404 /searchme/index.php
 ErrorDocument 403 /searchme/index.php

1 个答案:

答案 0 :(得分:0)

我应该在错误文档中提到整个路径

     Options -Indexes
     ErrorDocument 404 http://127.0.0.1/musaada/index.php
     ErrorDocument 403 http://127.0.0.1/musaada/index.php