Replacing %23 in URL with # using mod_rewrite
问题 I have a GWT app in tomcat behind apache on linux. This maintains state inbound from a URL using parameters passed from a URL. See for example: https://www.example.com/#anchor1?param1=foo¶m2=bar I use a third party alerting package that is pushing a URL to the client but along the way it is encoding the URLs to https://www.example.com/%23anchor1?param1=foo¶m2=bar which means I am getting 404 errors. I have searched high and low for solutions and do not have a clear answer that works.