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]