.htaccess重定向,如果没有匹配

时间:2014-08-27 15:41:50

标签: php .htaccess redirect get

我的.htaccess

中有这个
Options +FollowSymlinks
RewriteEngine on
ErrorDocument 404 /

RewriteRule ^login index.php?page=login [L]
RewriteRule ^settings index.php?page=settings [L]
RewriteRule ^logout index.php?page=logout [L]

我想要实现的是,如果有人说/settings/hello/,它会将它们重定向回/。现在发生的事情是它仍然显示根文件夹,但地址栏中仍然有/hello/

有人可以帮我吗?

1 个答案:

答案 0 :(得分:1)

ErrorDocument中尝试完整网址:

ErrorDocument 404 http://domain.com/