]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/404.mdwn
url to myopenid affiliate program has changed
[ikiwiki.git] / doc / plugins / 404.mdwn
index 8a7ccd7d6df6cd31876418c293fe32602181f03d..53dace3c90800c4aa3e5c9d1807c70fadc9c7b43 100644 (file)
@@ -1,5 +1,5 @@
 [[!template id=plugin name=404 author="[[Simon_McVittie|smcv]]"]]
-[[!tag type/useful]]
+[[!tag type/web]]
 
 This plugin lets you use the IkiWiki CGI script as an Apache 404 handler,
 to give the behaviour of various other wiki engines where visiting a
@@ -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"
+
+