【发布时间】:2013-03-25 11:47:51
【问题描述】:
伙计们,我想要从文件夹存储(我的网站根目录中的一个文件夹)指向http://qwerty-demos.co.uk/path/under-construction.html的所有内容
我现在有
<IfModule mod_rewrite.c>
RewriteEngine on
Redirect 301 /store/ http://qwerty-demos.co.uk/path/under-construction.html
</IfModule>
如果我只是去 qwerty-demos.co.uk/store,但只要去 qwerty-demos.co.uk/store/cart,例如,单词 cart 就会被附加到重定向 URL under-construction.htmlcart
谁能指点我正确的方向。
干杯
【问题讨论】: