litespeed サーバーでの htaccess の使用について質問があります。このルールhttp://domain.com
を使用してリダイレクトしようとしました:http://www.domain.com
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{HTTP_HOST} ^domain\.com$ [NC]
RewriteRule .* http://www.domain.com/ [L,R=301]
http://domain.com
Xenuで確認すると以下のようになりました。
http://domain.com/ 200 ok text/html 301 Moved Permanently
http://domain.com/%s 200 ok text/html 301 Moved Permanently
http://www.litespeedtech.com/ 200 ok text/html LiteSpeed Web Server
http://www.domain.com/ 200 ok text/html redir
htaccess ルールが間違っていたのか、それとも litespeed のバグが原因なのだろうか? 私は何時間もどこでも探しました...ありがとう