質問編集履歴
1
記述ミスがあったため
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
RewriteCond %{REQUEST_FILENAME} -d [NC]
|
33
33
|
RewriteCond %{REQUEST_URI} !^/Report/(.*) [NC]
|
34
34
|
RewriteCond %{REQUEST_URI} !^/pic-labo/(.*) [NC]
|
35
|
-
RewriteCond %{HTTP_HOST} !^www.
|
35
|
+
RewriteCond %{HTTP_HOST} !^www.hogehoge.com [NC]
|
36
36
|
RewriteRule ^(.*) http://www.hogehoge.com/$1 [R=301,L]
|
37
37
|
RewriteEngine on
|
38
38
|
RewriteBase /
|