【发布时间】:2013-02-09 09:57:04
【问题描述】:
您好,我需要每次用户进入 www.mydomain.com/page 他们被重定向到 www.mydomain.com/portal/index.php?option=com_content&id=84 但顶部的 URL 必须保留 www.mydomain.com/page
我在我的 htaccess 中尝试了很多东西。只是能够重定向,但不能屏蔽 url..
这是我的代码。
Redirect 301 /page http://www.mydomain.com/portal/index.php?option=com_content&id=84
RewriteEngine on
RewriteBase /
RewriteRule ^/portal/index.php?option=com_content&id=84$ /page
【问题讨论】:
标签: .htaccess redirect rewrite