tweak .htaccess
This commit is contained in:
parent
482167d1d1
commit
3a7bf60eaa
|
|
@ -35,9 +35,9 @@
|
|||
##
|
||||
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/uploads/public/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/app/resized/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/themes/.*/(assets|resources)/.*
|
||||
RewriteCond %{REQUEST_FILENAME} !/plugins/.*/(assets|resources)/.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue