Minore Tweeks and FIxes

This commit is contained in:
2020-07-29 08:35:00 +02:00
parent ceca8fc057
commit d404afe501
8 changed files with 8 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ RewriteRule . - [e=HTTP_AUTHORIZATION:%1]
# serve all files from public subfolder
RewriteCond %{REQUEST_FILENAME} !.php
RewriteCond %{REQUEST_FILENAME} !.log
RewriteCond %{REQUEST_FILENAME} !.ttfnot
RewriteCond %{REQUEST_FILENAME} \.
RewriteRule (.*) ./public/$1 [L]