]> sipb.mit.edu Git - ikiwiki.git/commitdiff
note about path
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 5 Feb 2009 20:31:37 +0000 (15:31 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 5 Feb 2009 20:31:37 +0000 (15:31 -0500)
doc/plugins/404.mdwn

index 8d36279c884f2c73cd0c0103f79323fbbe16c08c..8a7ccd7d6df6cd31876418c293fe32602181f03d 100644 (file)
@@ -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:
 
 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.)