質問編集履歴

1

誤字修正

2020/04/11 07:51

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -64,7 +64,7 @@
64
64
 
65
65
 
66
66
 
67
- #ガラケー判別
67
+
68
68
 
69
69
  SetEnvIf User-Agent "DoCoMo" UA=mobile
70
70
 
@@ -90,11 +90,9 @@
90
90
 
91
91
 
92
92
 
93
- #https
93
+ RewriteCond %{HTTPS} off
94
94
 
95
- #RewriteCond %{HTTPS} off
96
-
97
- #RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
95
+ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
98
96
 
99
97
 
100
98