1 [[!template id=plugin name=404 author="[[Simon_McVittie|smcv]]"]]
4 This plugin lets you use the IkiWiki CGI script as an Apache 404 handler,
5 to give the behaviour of various other wiki engines where visiting a
6 nonexistent page provides you with a link to create it.
8 To achieve this, put something like this in the wiki's Apache configuration
11 ErrorDocument 404 /ikiwiki.cgi
13 (The path here needs to be whatever the path is to the ikiwiki.cgi from
14 the root of your web server.)