【发布时间】:2014-01-17 09:25:23
【问题描述】:
我目前正在尝试将 Magento 安装上的所有前端页面重定向到特定页面,但是当我这样做时,我无法再访问 Magento 后台。我尝试了以下方法,但它似乎不起作用,它仍然会重定向所有内容。
任何帮助将不胜感激。
RewriteCond %{REQUEST_URI} !^/index.php/admin/ RewriteRule ^(.*) new-url [R=301,QSA,L]
【问题讨论】:
标签: apache .htaccess magento rewrite