We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc8a7a commit 5eeee5dCopy full SHA for 5eeee5d
.htaccess
@@ -19,7 +19,7 @@
19
# RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301]
20
21
##
22
- ## Black listed folders
+ ## Paths explicitly blocked from being handled by the server
23
24
RewriteRule ^bootstrap/.* index.php [L,NC]
25
RewriteRule ^config/.* index.php [L,NC]
@@ -31,7 +31,7 @@
31
RewriteRule ^storage/app/uploads/protected/.* index.php [L,NC]
32
33
34
- ## White listed folders
+ ## Paths explicitly handled by the server
35
36
RewriteCond %{REQUEST_FILENAME} -f
37
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
0 commit comments