mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Allow the resized directory through .htaccess
This commit is contained in:
parent
c1c728e413
commit
4ba5126d5f
@ -11,7 +11,7 @@
|
||||
## if you have installed to a subdirectory, enter the name here also.
|
||||
##
|
||||
# RewriteBase /
|
||||
|
||||
|
||||
##
|
||||
## Uncomment following lines to force HTTPS.
|
||||
##
|
||||
@ -36,6 +36,7 @@
|
||||
RewriteCond %{REQUEST_FILENAME} -f
|
||||
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/resized/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/themes/.*/(assets|resources)/.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user