younes0/unflare/master/public/.htaccess - Htaccess File

younes0/unflare/master/public/.htaccess

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
RewriteRule ^(css|js)/(.+).([0-9a-f]{32}).(js|css|png|jpg|gif)$ /(css|js)/$1.$3 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache