]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/404.mdwn
404 automatically loads goto
[ikiwiki.git] / doc / plugins / 404.mdwn
index db86a13b892c98c6a29a40965b3fbf73525eb0c1..128b26e7b096640af8d44b49fe36c093e5af13df 100644 (file)
@@ -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`