diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-01-31 22:32:10 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-01-31 22:32:10 +0000 |
commit | 46b880f8390ac82d746add01de38a05155743374 (patch) | |
tree | 03e35c9b153e94af2da76dba39157a89da6b4177 /doc/tips/apache_404_handler.mdwn | |
parent | fb0e3a7dbc7f71f8684c99c20d319671e60354b1 (diff) |
Split apache404 into an independent plugin
Also make it ignore the 'do' parameter at Joey's suggestion, to have one
less thing to remember when configuring.
Diffstat (limited to 'doc/tips/apache_404_handler.mdwn')
-rw-r--r-- | doc/tips/apache_404_handler.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/tips/apache_404_handler.mdwn b/doc/tips/apache_404_handler.mdwn deleted file mode 100644 index 0fda759e7..000000000 --- a/doc/tips/apache_404_handler.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -[[!meta title="Apache 404 handler"]] - -Sufficiently recent versions of IkiWiki can be used as an Apache 404 handler, -to give the behaviour of various other wiki engines where visiting a -nonexistent page provides you with a link to create it. - -To achieve this, put something like this in the wiki's Apache configuration -file: - - ErrorDocument 404 /cgi-bin/ikiwiki.cgi?do=goto |