]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add instruction of lighttpd
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>
Wed, 11 Feb 2009 06:56:01 +0000 (01:56 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 11 Feb 2009 06:56:01 +0000 (01:56 -0500)
doc/plugins/404.mdwn

index 8a7ccd7d6df6cd31876418c293fe32602181f03d..ad332ee04341ad189ff01c7f4786f7a335553441 100644 (file)
@@ -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.)
 
 (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"
+
+