dustin-johnson/LocationStore/develop/server/.htaccess - Htaccess File

dustin-johnson/LocationStore/develop/server/.htaccess

AddType application/x-httpd-php53 php53 php
<Files .htaccess>
order allow,deny
deny from all
</Files>

# 1 Week
<filesMatch ".(ico|css|js)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache