From: Joey Hess <joey@gnu.kitenet.net>
Date: Thu, 5 Feb 2009 20:31:37 +0000 (-0500)
Subject: note about path
X-Git-Tag: 3.04~58
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=971df8889b46f314afb6d4e2e052c8ee7738b756;p=ikiwiki.git

note about path
---

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.)