最近、古いウェブサイトを新しい名前に変更しました(ウェブサイトのコンテンツとスペースの両方が同じです)
Google の重複コンテンツ ポリシーにより、この 6 つの順列の組み合わせが発生するようにします。
- http://www.quantum.edu.inへのquantumeducation.in
- www.quantumeducation.in から www.quantum.edu.in
- quantumeducation/index.php から www.quantum.edu.in
- www.quantumeducation.in/index.php から www.quantum.edu.in へ
- quantum.edu.in から www.quantum.edu.in へ
- www.quantum.edu.in/index.phpから www.quantum.edu.in
現在、これを使用しています:
RewriteCond %{HTTP_HOST} ^quantumeducation.in$ の RewriteEngine [OR]
RewriteCond %{HTTP_HOST} ^www.quantumeducation.in$
RewriteRule ^/?$ "http\://www.quantum.edu.in/" [R=301,L]
ただし、ステップ 4、5、および 6 は解決できません。
これがうまくいかない理由はありますか?