質問編集履歴
1
サーバ追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,4 +19,6 @@
|
|
19
19
|
RewriteCond %{HTTPS} off
|
20
20
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
21
21
|
RewriteCond %{HTTP_HOST} ^www.example.com
|
22
|
-
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
|
22
|
+
RewriteRule ^(.*)$ https://example.com/$1 [R=301,L]
|
23
|
+
|
24
|
+
サーバーはエックスサーバーです。
|