jaspermeijaard/Event-Intranet/master/.htaccess
RewriteEngine On RewriteBase / RewriteRule ^(.*)(js)(.+)$ public/$2$3 [L] RewriteCond %{REQUEST_FILENAME} !^(.+)(js)(.+)$ RewriteRule ^(.*)(img|css|fonts)(.+)$ public/$2$3 [L] RewriteCond $1 !^(index.php|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L]
Files
