回答編集履歴
1
回答修正
answer
CHANGED
@@ -28,5 +28,6 @@
|
|
28
28
|
RewriteCond %{REQUEST_FILENAME} !-f
|
29
29
|
RewriteRule ^(.*)$ https://www.example.com/ [R=301,L]
|
30
30
|
RewriteCond %{REQUEST_FILENAME} !-d
|
31
|
+
RewriteCond %{REQUEST_FILENAME} !-f
|
31
32
|
RewriteRule ^(.*)$ https://www.example.com/ [R=301,L]
|
32
33
|
```
|