]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/allow_creation_of_non-existent_pages.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / todo / allow_creation_of_non-existent_pages.mdwn
1 With a statement such as
3   ErrorDocument 404 /wiki/cgi-bin/ikiwiki?do=create
5 in `apache`'s configuration, I think that it would be possible to let the user surf to non-existent pages and be prompted to create an entry, as it is with other popular wiki engines.
7 From the [apache documentation](http://httpd.apache.org/docs/2.2/custom-error.html), it seems that the environment variable `REDIRECT_URL` will carry the name of the page the user has accessed. Also see [ErrorDocument](http://httpd.apache.org/docs/2.2/mod/core.html#errordocument)'s documentation.
9 > Nice idea, I'll try to find time to add a plugin doing this. --[[Joey]]
11 >> [[done]] some time ago, as the [[plugins/404]] plugin --[[smcv]]
13 [[wishlist]]