2013-03-14 11:56:21 +01:00
|
|
|
AddDefaultCharset UTF-8
|
|
|
|
Options -Indexes
|
|
|
|
DirectoryIndex index.php index.html
|
2013-03-19 17:07:13 +01:00
|
|
|
Header set cache-control: public
|
|
|
|
<IfModule mod_expires.c>
|
|
|
|
ExpiresActive On
|
|
|
|
ExpiresDefault "access plus 1 month"
|
|
|
|
ExpiresByType image/png "access plus 1 days"
|
|
|
|
ExpiresByType image/vnd.microsoft.icon "access plus 10 years"
|
|
|
|
ExpiresByType image/x-icon "access plus 10 years"
|
|
|
|
</IfModule>
|
2013-03-14 11:56:21 +01:00
|
|
|
FileETag none
|
2013-03-19 17:07:13 +01:00
|
|
|
SetOutputFilter DEFLATE
|