On 8/18/07, Simetrical Simetrical+wikilist@gmail.com wrote:
So there's no way to do any of this without prettified URLs, I don't think, short of listing every possible page. Or you could hack up the code to make URLs look like ?action=edit&title=Foo instead of the reverse.
Way back in the day I separated out index.php and edit.php for exactly this reason. I later changed it to http://mydomain/edit/Title when I went to pretty urls, but the original poster asked what to use "_without_ worrying about making pretty URLs". cp index.php to edit.php and hack up the code to change the URL would work. I don't know if your solution would work or not (don't know if the robots.txt spec allows you to distinguish based on get parameters if they appear at the beginning).