Skip to content

Show index.xml by default, too

Nico requested to merge (removed):show-xml-by-default into master

Since de73acf8 the Atom feed is served on /feed/. This only works if the web server is showing the index.xml by default, which we have to specify explicitly in .htaccess.

Using the DirectoryIndex setting, we can tell Apache which files to show when no one is specified explicitly.

When the wiki goes offline (admin#50 (closed)), we can probably remove index.php from here.

Source: http://www.htaccess-guide.com/directoryindex-uses/

Related: !254 (merged)

Edited by Nico

Merge request reports