From f88c816372c232b2a16050d99226e37bbf0dd378 Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 23 Oct 2019 17:48:43 +0200 Subject: [PATCH] fix an oversight in htaccess --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 05e0650..48efd5d 100644 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,8 @@ RewriteRule ^index.php.*$ - [L] RewriteRule ^favicon.ico$ - [L] RewriteRule ^script.js$ - [L] RewriteRule ^style.css$ - [L] - +RewriteRule ^Roboto-Regular.woff$ - [L] +RewriteRule ^Roboto-Regular.woff2$ - [L] RewriteRule ^([0-9]+)([0-9]+)?([0-9]+)?([0-9]+)?([0-9]+)?$ index.php?id=$1 [L] RewriteRule ^(.*)$ /index.php?name=$1 [L]