1 After editing a page `pagename`, ikiwiki redirects to `pagename/index.html?updated`. Ignoring for the moment that ?updated seems like a bad idea to begin with, this should at least not introduce /index.html into the URL.
3 > The "?updated" works around caching issues with certain broken browsers,
4 > web proxys, and/or webservers. These assume that since the "?" is there,
5 > the page is not static, or is a different page, thus forcing the page to
6 > be reloaded and the edited version seen. So no, not a bad idea, really.
8 > Removing the index.html would probably break this workaround.
9 > http://foo/bar/?updated will redirect to http://foo/bar/index.html, and
10 > said broken software will then display its old out of date cached
13 > So, not changing this. [[tag done]]