mod_czech's SourceCharset is now optionally IfModule-d
authorshort <>
Tue, 23 Apr 2002 10:35:04 +0000 (10:35 +0000)
committershort <>
Tue, 23 Apr 2002 10:35:04 +0000 (10:35 +0000)
+mod_csacek's csacekDefaultCharset IfModule-d specification

.htaccess

index cc84824..ce55a7d 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,9 @@
-SourceCharset iso-8859-2
+<IfModule mod_czech.c>
+       SourceCharset iso-8859-2
+</IfModule>
+<IfModule mod_csacek.c>
+       csacekDefaultCharset iso-8859-2
+</IfModule>
 DirectoryIndex index.php
 php_flag short_open_tag off
 php_flag magic_quotes_gpc off
 DirectoryIndex index.php
 php_flag short_open_tag off
 php_flag magic_quotes_gpc off