aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/allow_creation_of_non-existent_pages.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-20 19:19:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-20 19:19:22 +0000
commitcef13b9b54608623e33d0703ea2ab245eccab976 (patch)
tree13e929d930f9dbce5a61d26b8ae74f056d531c87 /doc/todo/allow_creation_of_non-existent_pages.mdwn
parent5c56633e81711986129c7975e927612a6f9d1e84 (diff)
downloadikiwiki-cef13b9b54608623e33d0703ea2ab245eccab976.tar
ikiwiki-cef13b9b54608623e33d0703ea2ab245eccab976.tar.gz
web commit by http://madduck.myopenid.com/
Diffstat (limited to 'doc/todo/allow_creation_of_non-existent_pages.mdwn')
-rw-r--r--doc/todo/allow_creation_of_non-existent_pages.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/allow_creation_of_non-existent_pages.mdwn b/doc/todo/allow_creation_of_non-existent_pages.mdwn
new file mode 100644
index 000000000..2266e845d
--- /dev/null
+++ b/doc/todo/allow_creation_of_non-existent_pages.mdwn
@@ -0,0 +1,7 @@
+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](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. \ No newline at end of file