]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
Add forum post regarding "bad page name" error
[git.ikiwiki.info.git] / doc / forum / Forward_slashes_being_escaped_as_252F.mdwn
1 When I try to edit a page that has a forward slash in the URL, I get "Error:
2 bad page name". I think the problem is because the forward slash is escaped as
3 `%252F` instead of `%2F`.
5 For example, if I go to `http://ciffer.net/~svend/tech/hosts/` and click Edit,
6 I am sent to a page with the URL
7 `http://ciffer.net/~svend/ikiwiki.cgi?page=tech%252Fhosts&do=edit`.
9 I am running ikiwiki 3.20100504~bpo50+1 on Debian Lenny.