Page is a not externally linkable
g1smd - 12:44 am on Feb 7, 2013 (gmt 0)
Slash isn't supposed to be a valid character within query string parameters.
It's reserved as a folder separator within the path part of a URL.
Is the slash arriving in an encoded form?
In a related question, why does the new URL look like
http://www.example.com/files/index.php?folder=M/IOS/Games
and not something like this
http://www.example.com/files/M/IOS/Games
here?