Commit f8d525324ffd826ead238711dec93e27a3d3cb11

Authored by Geoffrey PREUD'HOMME
1 parent d21cc05e

Redirection exception for logo and favicon

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 RewriteEngine on 1 RewriteEngine on
2 RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$ 2 RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$
  3 +RewriteCond %{REQUEST_URI} !\.(ico|jpe?g)$
3 RewriteRule ^.+$ index.php [L] 4 RewriteRule ^.+$ index.php [L]
4 \ No newline at end of file 5 \ No newline at end of file