質問編集履歴

1

修正

2023/01/18 05:25

投稿

sasaki0628
sasaki0628

スコア106

test CHANGED
File without changes
test CHANGED
@@ -9,9 +9,9 @@
9
9
 
10
10
  ```ここに言語を入力
11
11
  **RewriteEngine on
12
- RewriteCond %{ HTTPS} off
12
+ RewriteCond %{HTTPS} off
13
13
  RewriteCond %{REQUEST_URI} ^/.well-known/acme-challenge/*
14
- RewriteRule ^(.*)$ https://%{ HTTP_HOST}%{REQUEST_URI} [R=301,L]**
14
+ RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]**
15
15
  ```
16
16
 
17
17
  証明書の自動更新のため、