.htaccess 143 Bytes Edit Raw Blame History 1 2 3 4 RewriteEngine on RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$ RewriteCond %{REQUEST_URI} !\.(ico|jpe?g)$ RewriteRule ^.+$ index.php [L]