diff --git a/.htaccess b/.htaccess index ae6c429..9272601 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,4 @@ RewriteEngine on RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$ +RewriteCond %{REQUEST_URI} !\.(ico|jpe?g)$ RewriteRule ^.+$ index.php [L] \ No newline at end of file -- libgit2 0.21.2