]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/po.mdwn
document settings needed to fix bug
[ikiwiki.git] / doc / plugins / po.mdwn
index ca1775f6e4ec49bbb7c889a1a424f85a1e322dae..f91e44ea317d1b0bd9655f545541d1d55ad0aa66 100644 (file)
@@ -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).