AppliedPoetics/appliedpoetics.org/master/.htaccess - Htaccess File

AppliedPoetics/appliedpoetics.org/master/.htaccess

ErrorDocument 404 /404.php

## EXPIRES CACHING ##
<IfModule mod_expires.c>
  ExpiresActive On 
  ExpiresByType image/jpg "access plus 1 year" 
  ExpiresByType image/jpeg "access plus 1 year" 
  ExpiresByType image/gif "access plus 1 year" 
  ExpiresByType image/png "access plus 1 year" 
  ExpiresByType text/css "access plus 1 month" 
  ExpiresByType application/pdf "access plus 1 month" 
  ExpiresByType text/x-javascript "access plus 1 month" 
  ExpiresByType application/x-shockwave-flash "access plus 1 month" 
  ExpiresByType image/x-icon "access plus 1 year" 
  ExpiresDefault "access plus 2 days" 
</IfModule>
## DEFLATES ##
<IfModule mod_deflate.c>
    <filesMatch ".(js|css|html|php)$">
        SetOutputFilter DEFLATE
    </filesMatch>
  BrowserMatch ^Mozilla/4 gzip-only-text/html 
  BrowserMatch ^Mozilla/4.0[678] no-gzip
  BrowserMatch bMSIE !no-gzip !gzip-only-text/html 
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, no-gzip

Comments

Apache