Forum Moderators: phranque
We're sort of pushing into "What characters are valid in URLs?", and "What characters are valid in query strings?" territory here. The slash character is reserved for use in the URL, and a query string is not part of a URL. Rather, it is data appended to a URL to be passed to the resource at that URL. For best results, stick with the standards (RFC2396 [faqs.org]).
Jim
It is a problem with the script, but it was such a bugaboo to correct, I started looking for an easier way.
Found it just a moment ago with a RewriteRule that tests for the specifice URI requested and sends it out of the script, to come back at a later click.
Seems to work.
Thanks anyway. Your help is always appreciated.
It's fun learning the little parts of this I can catch on to, but it seems you really have to get immersed and be able to recollect as you go along. That part I'm getting weak on.