From f8d525324ffd826ead238711dec93e27a3d3cb11 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Mon, 2 Mar 2015 13:01:34 +0100 Subject: [PATCH] Redirection exception for logo and favicon --- .htaccess | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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