Hi, I am using # character in URL. Apache terminate the all querystring after hash. Now How I get the complete url with hash in PHP. Anybody has Idea how to do it. ex. http:// domain/showthread.php?p=11275479#post11275479 Some thing is available on apache website in Extended redirection.
I'm not sure you can access it since the browser doesn't seem to send a request to the server for anything with a #. As you probably know, # is a link to an anchor and hence there's no need for the browser to talk to the server. Why do you need it?