Alma hatası: [debug] mod_headers.c (663): başlıklar: ap_headers_output_filter ()
Ben htaccess dosyasının içinde bu yer sonra:
# 6 DAYS
<FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=518400, public"
</FilesMatch>
# 2 DAYS
<FilesMatch "\.(xml|txt)$">
Header set Cache-Control "max-age=172800, public, must-revalidate"
</FilesMatch>
# 2 HOURS
<FilesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=7200, must-revalidate"
</FilesMatch>
Herhangi bir yardım Bunu düzeltmek için yapabileceği ne kadar takdir edilir?