teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードを間違えました

2019/11/30 11:51

投稿

Ummo
Ummo

スコア30

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} http://www.sample.co.jp/
42
+ RewriteCond %{HTTP_HOST} www.sample.co.jp
43
43
  RewriteRule ^.*$ http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
44
44
  </IfModule>
45
45
  ```