summaryrefslogtreecommitdiff
path: root/doc/todo/allow_creation_of_non-existent_pages.mdwn
blob: 880aeb3e9be945e9cca6cbab6ee1200e4538a342 (plain)

With a statement such as

ErrorDocument 404 /wiki/cgi-bin/ikiwiki?do=create

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.

From the apache documentation, it seems that the environment variable REDIRECT_URL will carry the name of the page the user has accessed. Also see ErrorDocument's documentation.

[[wishlist]]