stamen/bluegreenway/master/.htaccess - Htaccess File

stamen/bluegreenway/master/.htaccess

RewriteEngine On

# html5 pushstate (history) support
# from: http://www.josscrowcroft.com/2012/code/htaccess-for-html5-history-pushstate-url-routing/
RewriteCond %{REQUEST_FILENAME} !-f
# diasallow access to any subfolders
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule ^.*$ ../index.html [QSA,L,NE]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache