Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(no commit message)
[git.ikiwiki.info.git]
/
doc
/
plugins
/
404.mdwn
diff --git
a/doc/plugins/404.mdwn
b/doc/plugins/404.mdwn
index 8d36279c884f2c73cd0c0103f79323fbbe16c08c..bf033202ab18972521b9fc50eacc41134138e25e 100644
(file)
--- a/
doc/plugins/404.mdwn
+++ b/
doc/plugins/404.mdwn
@@
-1,5
+1,5
@@
[[!template id=plugin name=404 author="[[Simon_McVittie|smcv]]"]]
[[!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
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
@@
-8,4
+8,9
@@
nonexistent page provides you with a link to create it.
To achieve this, put something like this in the wiki's Apache configuration
file:
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.)
+
+