azz0r/AaronLoteCom-BackboneJS/master/public/.htaccess - Htaccess File

azz0r/AaronLoteCom-BackboneJS/master/public/.htaccess

RewriteEngine on
DirectoryIndex index.html
Options Indexes FollowSymLinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

<Files .json>
    Header unset Cache-Control
</Files>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache