]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/po:_apache_config_serves_index.rss_for_index.mdwn
remove some links to gitweb
[ikiwiki.git] / doc / bugs / po:_apache_config_serves_index.rss_for_index.mdwn
index 7acbfe82dd4b2a6733ca63e9c83294aa552dd569..a2b68c4b14520906718b375f5c6d2a65cdb2c71e 100644 (file)
@@ -30,7 +30,7 @@ That should avoid this problem.
 Update: A non-intrusive fix is to add this to apache configuration. 
 This tunes the "quality" of the rss and atom files, in an apparently currently
 undocumented way (though someone on #httpd suggested it should get documented).
-Result is that apache will prefer serving index.html. --[[Joey]] 
+Result is that apache will prefer serving index.html. --[[Joey]]  [[done]]
 
        AddType application/rss+xml;qs=0.8 .rss
        AddType application/atom+xml;qs=0.8 .atom