aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2006-02-22 01:20:31 +0000
committerFrank Lichtenheld <frank@lichtenheld.de>2006-02-22 01:20:31 +0000
commit56d4b3ed57e20359e5ea46feabb850cf4a94caf2 (patch)
treecc2317162bd7eb736e3f02048aed098f6a0326f3 /conf
parent80a1e989380ebf17bd8b980972dfefb90bc97f8c (diff)
Add basic l10n support.
Still has some rough edges, especially the fact that MultiViews and my Rewrite rules don't play together at all.
Diffstat (limited to 'conf')
-rw-r--r--conf/apache.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/apache.conf b/conf/apache.conf
index d4bbb8b..5c1248c 100644
--- a/conf/apache.conf
+++ b/conf/apache.conf
@@ -70,7 +70,7 @@
AddLanguage zh-TW .zh-tw
LanguagePriority en fr de it es ja pl hr da pt pt-pt pt-br fi zh-cn zh-hk zh-tw cs sv sv-se ko no nb ru tr uk eo ar nl hu ro sk el ca en-us en-gb id lt sl bg
- DirectoryIndex index index.html index.shtml index.htm
+ DirectoryIndex index
# RSS stuff
AddType application/rss+xml .rdf .xml
@@ -103,7 +103,7 @@
RewriteEngine on
RewriteLog /var/log/apache/rewrite.log
- RewriteLogLevel 0
+ RewriteLogLevel 9
# we never want to rewrite those URLs
RewriteRule ^/cgi-(bin|old)/ - [L]