質問編集履歴

2

2018/10/15 04:32

投稿

stargryps
stargryps

スコア8

test CHANGED
File without changes
test CHANGED
@@ -292,6 +292,8 @@
292
292
 
293
293
  /etc/sysconfig/httpd内のOPTIONS=に"DSSL"を付けて起動->効果なし
294
294
 
295
+ 3.IfModule rewrite_moduleをIfModule mod_rewrite_soに変更->効果なし
296
+
295
297
 
296
298
 
297
299
  他にもいろいろやったのですが、メモしていませんでいた。すいません。

1

2018/10/15 04:32

投稿

stargryps
stargryps

スコア8

test CHANGED
File without changes
test CHANGED
@@ -192,7 +192,7 @@
192
192
 
193
193
  RewriteCond %{HTTPS} off
194
194
 
195
- RewriteRule ^(.*)$ https://%{HTTP_POST}%{REQUEST_URI} [R,L]
195
+ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
196
196
 
197
197
  </IfModule>
198
198