Rev 2821 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#AddHandler x-httpd-php5 .php
AddDefaultCharset UTF-8
<Files *.nocache.*>
ExpiresActive on
ExpiresDefault "now"
Header merge Cache-Control "public, max-age=0, must-revalidate"
</Files>
<Files *.cache.*>
ExpiresActive on
ExpiresDefault "now plus 1 year"
</Files>