aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSvend Sorensen <svend@ciffer.net>2010-09-03 11:17:43 -0700
committerSvend Sorensen <svend@ciffer.net>2010-09-03 11:17:43 -0700
commitfe46c31a649872cd2a9afe29e5e0877249760e44 (patch)
treec373c38dd1182ab3d6d3835cffae2de591fa165d /doc
parent40b37861a4a77f2ab2ed069b3e20c770054abce5 (diff)
downloadikiwiki-fe46c31a649872cd2a9afe29e5e0877249760e44.tar
ikiwiki-fe46c31a649872cd2a9afe29e5e0877249760e44.tar.gz
Add forum post regarding "bad page name" error
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Forward_slashes_being_escaped_as_252F.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn b/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
new file mode 100644
index 000000000..b9c5aca07
--- /dev/null
+++ b/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
@@ -0,0 +1,9 @@
+When I try to edit a page that has a forward slash in the URL, I get "Error:
+bad page name". I think the problem is because the forward slash is escaped as
+`%252F` instead of `%2F`.
+
+For example, if I go to `http://ciffer.net/~svend/tech/hosts/` and click Edit,
+I am sent to a page with the URL
+`http://ciffer.net/~svend/ikiwiki.cgi?page=tech%252Fhosts&do=edit`.
+
+I am running ikiwiki 3.20100504~bpo50+1 on Debian Lenny.