diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-08 15:31:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-08 15:31:16 -0400 |
commit | 541ae5261744a3c4b047e333a15120321d5b7889 (patch) | |
tree | b643262ff8ee30fbc2a887ac48c9aecbfa981ddb /doc/plugins/404.mdwn | |
parent | 38021b0a59c2f17b1a1e85b2d1bb1a5d219e3aa2 (diff) | |
download | ikiwiki-541ae5261744a3c4b047e333a15120321d5b7889.tar ikiwiki-541ae5261744a3c4b047e333a15120321d5b7889.tar.gz |
404 automatically loads goto
Diffstat (limited to 'doc/plugins/404.mdwn')
-rw-r--r-- | doc/plugins/404.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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` |