重複の可能性:
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
しかし、それは機能していません。ここで何か問題がありますか?もしそうなら、私を助けてください。