Skip to content

Commit

Permalink
Update .htaccess (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Towers <[email protected]>
  • Loading branch information
WebVPF and LukeTowers authored May 26, 2021
1 parent fdc8a7a commit 5eeee5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# RewriteRule (.*) https://%{SERVER_NAME}/$1 [L,R=301]

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

##
## White listed folders
## Paths explicitly handled by the server
##
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
Expand Down

0 comments on commit 5eeee5d

Please sign in to comment.