diff options
author | http://weakish.int.eu.org/ <http://weakish.int.eu.org/@web> | 2009-02-11 01:56:01 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-02-11 01:56:01 -0500 |
commit | fc2ec9255a0557ab461d933ad787cbe71aecf675 (patch) | |
tree | 422cf3bb4abd3cc5afc1579129727007bf666978 | |
parent | 2d989db76ae10552dc7406b23a9aceda167f4b1c (diff) | |
download | ikiwiki-fc2ec9255a0557ab461d933ad787cbe71aecf675.tar ikiwiki-fc2ec9255a0557ab461d933ad787cbe71aecf675.tar.gz |
add instruction of lighttpd
-rw-r--r-- | doc/plugins/404.mdwn | 6 |
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" + + |