質問編集履歴
1
コードを間違えました
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
RewriteBase /
|
40
40
|
|
41
41
|
RewriteCond %{HTTPS} on
|
42
|
-
RewriteCond %{HTTP_HOST}
|
42
|
+
RewriteCond %{HTTP_HOST} www.sample.co.jp
|
43
43
|
RewriteRule ^.*$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
|
44
44
|
</IfModule>
|
45
45
|
```
|