aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/404.mdwn
diff options
context:
space:
mode:
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>2009-02-11 01:56:01 -0500
committerJoey Hess <joey@kitenet.net>2009-02-11 01:56:01 -0500
commitfc2ec9255a0557ab461d933ad787cbe71aecf675 (patch)
tree422cf3bb4abd3cc5afc1579129727007bf666978 /doc/plugins/404.mdwn
parent2d989db76ae10552dc7406b23a9aceda167f4b1c (diff)
downloadikiwiki-fc2ec9255a0557ab461d933ad787cbe71aecf675.tar
ikiwiki-fc2ec9255a0557ab461d933ad787cbe71aecf675.tar.gz
add instruction of lighttpd
Diffstat (limited to 'doc/plugins/404.mdwn')
-rw-r--r--doc/plugins/404.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn
index 8a7ccd7d6..ad332ee04 100644
--- a/doc/plugins/404.mdwn
+++ b/doc/plugins/404.mdwn
@@ -12,3 +12,9 @@ file:
(The path here needs to be whatever the path is to the ikiwiki.cgi from
the root of your web server.)
+
+Or put something like this in the wiki's Lighttpd (>=1.4.17) configuration file:
+
+ server.error-handler-404 = "/ikiwiki.cgi"
+
+