X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/06a9e1cc41c3b7beb88387405c6a7d1e712ebfb2..14fb2ba91f744732303e5ed96ffeb625aeef03b4:/doc/plugins/404.mdwn diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn index db86a13b8..128b26e7b 100644 --- a/doc/plugins/404.mdwn +++ b/doc/plugins/404.mdwn @@ -7,7 +7,7 @@ nonexistent page provides you with a link to create it. To enable the 404 handler you need to: -1. Edit your `.setup` file and add `404` and `goto` to the `add_plugins` line. +1. Edit your `.setup` file and add `404` to the `add_plugins` line. 2. Add a 404 error document handler in your Apache configuration: `ErrorDocument 404 /url/path/to/ikiwiki.cgi`