fixed files htaccess rewrite rule to also match when including files from css

This commit is contained in:
Ulf Gebhardt 2019-08-21 18:06:19 +02:00
parent bde92d3efe
commit 7da4fe5744
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -3,5 +3,5 @@ RewriteEngine On
RewriteRule ^(.*)/fonts/fontawesome-webfont(.*)$ lib/system/lib/font_awesome/lib/fonts/fontawesome-webfont$2 [L]
RewriteRule ^sai$ sai.php$1 [L]
RewriteRule ^files/([^/]+)/([^/]+)$ api.php?call=files&cat=$1&id=$2 [L]
RewriteRule ^(.*)/files/([^/]+)/([^/]+)$ api.php?call=files&cat=$2&id=$3 [L]
RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L]