質問編集履歴
1
コードを間違えました
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
RewriteCond %{HTTPS} on
|
82
82
|
|
83
|
-
RewriteCond %{HTTP_HOST}
|
83
|
+
RewriteCond %{HTTP_HOST} www.sample.co.jp
|
84
84
|
|
85
85
|
RewriteRule ^.*$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
86
86
|
|