我的.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/
。
有人可以帮我吗?
答案 0 :(得分:1)
在ErrorDocument
中尝试完整网址:
ErrorDocument 404 http://domain.com/