.htaccess 100 Bytes
RewriteEngine on
RewriteCond %{REQUEST_URI} !^.+(css|fonts|img|js).+$
RewriteRule ^.+$ index.php [L]