質問編集履歴
1
誤字修正
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
|
-
|
93
|
+
RewriteCond %{HTTPS} off
|
94
94
|
|
95
|
-
#RewriteCond %{HTTPS} off
|
96
|
-
|
97
|
-
|
95
|
+
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
98
96
|
|
99
97
|
|
100
98
|
|