0

最近、古いウェブサイトを新しい名前に変更しました(ウェブサイトのコンテンツとスペースの両方が同じです)

Google の重複コンテンツ ポリシーにより、この 6 つの順列の組み合わせが発生するようにします。

  1. http://www.quantum.edu.inへのquantumeducation.in
  2. www.quantumeducation.in から www.quantum.edu.in
  3. quantumeducation/index.php から www.quantum.edu.in
  4. www.quantumeducation.in/index.php から www.quantum.edu.in へ
  5. quantum.edu.in から www.quantum.edu.in へ
  6. 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 は解決できません。

これがうまくいかない理由はありますか?

4

1 に答える 1