From 4f5137bc9be9dbd918d95f8f6c0cc7089d65ee33 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 25 Sep 2004 18:20:17 +0000 Subject: [PATCH] fix from Max Khaikin for the faq.html.php content type issue --- mirroring.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mirroring.php b/mirroring.php index ed4021451..2ded6b805 100644 --- a/mirroring.php +++ b/mirroring.php @@ -173,6 +173,11 @@ $minute = rand(0, 59); <IfModule mod_speling.c> CheckSpelling Off </IfModule> + + # If you have Russian Apache with mod_charset installed, + # do not forget to search for this line in your existing + # configuration, and comment it out: + # AddHandler strip-meta-http .htm .html </VirtualHost>