Blame view

.htaccess 100 Bytes
bce06567   Geoffrey PREUD'HOMME   Static PHP naviga...
1
2
3
  RewriteEngine on
  RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$
  RewriteRule ^.+$ index.php [L]