aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/404.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-05 15:31:37 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-05 15:31:37 -0500
commit971df8889b46f314afb6d4e2e052c8ee7738b756 (patch)
treeeeac308b47af2e7e219eb588f21767391493b760 /doc/plugins/404.mdwn
parent8b5f2da2ea4a988a1046f242d927713470436927 (diff)
downloadikiwiki-971df8889b46f314afb6d4e2e052c8ee7738b756.tar
ikiwiki-971df8889b46f314afb6d4e2e052c8ee7738b756.tar.gz
note about path
Diffstat (limited to 'doc/plugins/404.mdwn')
-rw-r--r--doc/plugins/404.mdwn5
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.)