これは私の.htaccess
ファイルです。
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^xxx\.xx\.xxx\.xx/domain\.com [NC]
RewriteRule (.*) http://xxx.xx.xxx.xx/domain.com/$1 [R=301,L]
ウェブサイトは利用できません、これは私が得るエラーです:
The page isn't redirecting properly
このリダイレクトを作成するにはどうすればよいですか?