softwarerero/paginasamarillas/master/app/assets/.htaccess - Htaccess File

softwarerero/paginasamarillas/master/app/assets/.htaccess

# https://www.askapache.com/htaccess/apache-speed-cache-control.html
# 2 Days = 172800
# 2 Hours
<FilesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
  Header set Cache-Control "max-age=7200, public"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache