aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-18 18:48:46 -0400
committerJoey Hess <joey@kitenet.net>2010-09-18 18:48:46 -0400
commitea487472ed05f633e3cd9479b933656309c0d3c8 (patch)
treefa84bd5a7a9a214d4ccfd7eb891dc614b1918df0 /doc/plugins/po.mdwn
parent26c38c8049e3e8794984079b3b6d4c22ba888d3a (diff)
downloadikiwiki-ea487472ed05f633e3cd9479b933656309c0d3c8.tar
ikiwiki-ea487472ed05f633e3cd9479b933656309c0d3c8.tar.gz
document settings needed to fix bug
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index ca1775f6e..f91e44ea3 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -117,8 +117,13 @@ serve any page in the client's preferred language, if available.
Add 'Options MultiViews' to the wiki directory's configuration in Apache.
-When `usedirs` is enabled, one has to set `DirectoryIndex index` for
-the wiki context.
+When `usedirs` is enabled, you should also set `DirectoryIndex index`.
+
+These settings are also recommended, in order to avoid serving up rss files
+as index pages:
+
+ AddType application/rss+xml;qs=0.8 .rss
+ AddType application/atom+xml;qs=0.8 .atom
For details, see [Apache's documentation](http://httpd.apache.org/docs/2.2/content-negotiation.html).