widge/barebones/master/public/.htaccess - Htaccess File

widge/barebones/master/public/.htaccess

RewriteEngine On
RewriteBase /barebones
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
#ZS6 Stuff

RewriteRule !.(js|ico|gif|jpg|png|css|php)$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache