mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update .htaccess (#191)
Co-authored-by: Luke Towers <github@luketowers.ca>
This commit is contained in:
parent
fdc8a7a993
commit
5eeee5d709
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user