Blame view

.htaccess 143 Bytes
bce06567   Geoffrey PREUD'HOMME   Static PHP naviga...
1
2
  RewriteEngine on
  RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$
f8d52532   Geoffrey PREUD'HOMME   Redirection excep...
3
  RewriteCond %{REQUEST_URI} !\.(ico|jpe?g)$
bce06567   Geoffrey PREUD'HOMME   Static PHP naviga...
4
  RewriteRule ^.+$ index.php [L]