On Wed, Apr 30, 2008 at 9:40 AM, Phil Pinkerton <[EMAIL PROTECTED]> wrote: > I am not sure where the problem is I tried both IE and Firefox with > the same results. > > Perhaps it is in the cgi or perl script ? see REQUEST_URI below has > dropped the path from > the "#" forward.
The point is, the # and following stuff never make it to the server; they are eaten by the client. To fix the problem, you need to look at where that URL is being generated, and fix the generator to properly escape the #. It can't be fixed once it has been sent to the client. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]