From bec51f792a789f8f5048cabf10c2d4952a33536a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 20 Aug 2019 15:52:42 +0200 Subject: [PATCH] alias sai.php as sai, fixed font-awesome webfont files --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.htaccess b/.htaccess index 3d9cc86..7749959 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,7 @@ 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 ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L] \ No newline at end of file