From 3a7bf60eaafe2a6a2ee0291f911c2ffddcb9fc1f Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Sun, 6 Sep 2020 13:36:28 -0600 Subject: [PATCH] tweak .htaccess --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 9b705b930..addd1a9f0 100644 --- a/.htaccess +++ b/.htaccess @@ -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)/.*