tr4n2uil/sprikle/master/.htaccess - Htaccess File

tr4n2uil/sprikle/master/.htaccess

#
#  Default project .htaccess file (No need to modify)
#
#  Vibhaj Rajan <vibhaj8@gmail.com>
#
#  Licensed under MIT License 
#  http://www.opensource.org/licenses/mit-license.php
#

RewriteEngine on

#  allow css js img
RewriteCond %{REQUEST_URI} !^.*.(jpg|css|js|gif|png|html|map|eot|otf|svg|ttf|woff|min.js)$ [NC]

#   forward everything to index.php
RewriteRule ^(.*)$ index.html [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache