Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 377B

123456789101112131415
  1. # Set a nice long expire header
  2. ExpiresDefault "access plus 10 years"
  3. ExpiresActive On
  4. ExpiresByType text/css "access plus 10 years"
  5. ExpiresByType application/x-javascript "access plus 10 years"
  6. # Disable E-Tags
  7. FileETag none
  8. SetOutputFilter DEFLATE
  9. AddType text/css .css
  10. AddType application/x-javascript .js
  11. AddOutputFilterByType DEFLATE text/css application/x-javascript