【发布时间】:2016-01-11 02:24:16
【问题描述】:
我需要从http://mysite/component/users 重定向到主页 我在 .htaccess 中尝试了这个规则,但代码不起作用。
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule http://mysite/component/users/ index.php [F]
但我需要避免重定向此页面 http://mysite/component/users/?view=reset
有可能吗?
【问题讨论】: