Is it possible to redirect a URL to another URL ending in a hash for a page anchor link?
The # part will be hard coded, not picked up by from the browser request.
Here's what I've been trying:
RewriteRule ^birmingham/events.html /#events [R=301,NE,L]
The above just takes me to the homepage without the #events.