リダイレクトしたい
http://old.clients.domain.com
に
http://clients.domain.com
htaccess ファイルに、永続的なリダイレクトを記述します。
Redirect 301 / http://clients.domain.com
old.clients.domain.com と入力すると、アドレス バーのアドレスが client.domain.com に変更されますが、ページが表示されず、代わりに Firefox で次のように表示されます。
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
私は何を間違っていますか?ありがとうございました。