Update .htaccess (#191)

Co-authored-by: Luke Towers <github@luketowers.ca>
This commit is contained in:
WebVPF 2021-05-26 23:27:54 +03:00 committed by GitHub
parent fdc8a7a993
commit 5eeee5d709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]
@ -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/*