MontealegreLuis/blog/master/source/.htaccess - Htaccess File

MontealegreLuis/blog/master/source/.htaccess

ErrorDocument 404 /404/index.html

<IfModule deflate_module>
  <FilesMatch ".(php|phps|js|css|html|htm|txt|xml|xsl|json)$">
    SetOutputFilter DEFLATE
  </FilesMatch>
</IfModule>

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpeg A604800
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType application/javascript A2592000
ExpiresByType text/css A2592000
</IfModule>

<ifmodule mod_headers.c="">
Header unset ETag
</ifmodule>
FileETag None

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache