diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-05 15:31:37 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-05 15:31:37 -0500 |
commit | 971df8889b46f314afb6d4e2e052c8ee7738b756 (patch) | |
tree | eeac308b47af2e7e219eb588f21767391493b760 /doc/plugins | |
parent | 8b5f2da2ea4a988a1046f242d927713470436927 (diff) |
note about path
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/404.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn index 8d36279c8..8a7ccd7d6 100644 --- a/doc/plugins/404.mdwn +++ b/doc/plugins/404.mdwn @@ -8,4 +8,7 @@ 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 + ErrorDocument 404 /ikiwiki.cgi + +(The path here needs to be whatever the path is to the ikiwiki.cgi from +the root of your web server.) |