We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4cd50 commit e401123Copy full SHA for e401123
.htaccess
@@ -12,13 +12,14 @@
12
# RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301]
13
14
## Paths explicitly blocked from being handled by the server, except for admin and robots
15
- RewriteRule ^config.php index.php [L,NC]
+ RewriteRule ^config.json index.php [L,NC]
16
RewriteRule ^robots.txt robots.txt [L,NC]
17
RewriteRule ^logs/.* index.php [L,NC]
18
19
## Paths explicitly handled by the server
20
RewriteCond %{REQUEST_FILENAME} -f
21
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
22
+ RewriteCond %{REQUEST_FILENAME} !/content/.*
23
RewriteCond %{REQUEST_FILENAME} !/assets/.*
24
RewriteCond %{REQUEST_FILENAME} !/media/.*
25
RewriteCond %{REQUEST_FILENAME} !/layouts/.*/(partials)/.*
0 commit comments