Skip to content

Commit 5eeee5d

Browse files
WebVPFLukeTowers
andauthored
Update .htaccess (#191)
Co-authored-by: Luke Towers <[email protected]>
1 parent fdc8a7a commit 5eeee5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301]
2020

2121
##
22-
## Black listed folders
22+
## Paths explicitly blocked from being handled by the server
2323
##
2424
RewriteRule ^bootstrap/.* index.php [L,NC]
2525
RewriteRule ^config/.* index.php [L,NC]
@@ -31,7 +31,7 @@
3131
RewriteRule ^storage/app/uploads/protected/.* index.php [L,NC]
3232

3333
##
34-
## White listed folders
34+
## Paths explicitly handled by the server
3535
##
3636
RewriteCond %{REQUEST_FILENAME} -f
3737
RewriteCond %{REQUEST_FILENAME} !/.well-known/*

0 commit comments

Comments
 (0)