可能重复:
htaccess 301 重定向不起作用
当有人想要时,我需要重定向test.php to newpage.php
。
我的 htaccess 包含:
Options All -Indexes
RewriteEngine on
RewriteRule ^contact.shtml$ contact.php [NC]
RewriteRule ^news/(.*)/(.*)$ news_main.php?id=$1&title=$2 [L]
Redirect /test.php http://mydomain.com/newpage.php
但它不起作用。这里有什么问题吗?如果是我们,请帮助我。