AndrewMontagne/Trident/master/.htaccess - Htaccess File

AndrewMontagne/Trident/master/.htaccess

RewriteEngine On
RewriteRule ^css/(.*)$ static/css/$1 [L]
RewriteRule ^js/(.*)$ static/js/$1 [L]
RewriteRule ^img/(.*)$ static/img/$1 [L]
RewriteRule ^asset/(.*)$ static/asset/$1 [L]
RewriteRule ^static($|/) - [L]
RewriteRule ^(.*)$ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
static

Comments

Apache