jaspermeijaard/Event-Intranet/master/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache