Unsupported scripts and control panel web app for a hosting company
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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