I want: http://www.example.com/#test to be redirected to http://www.example.com/test
With .htaccess, is that possible? How?
I want: http://www.example.com/#test to be redirected to http://www.example.com/test
With .htaccess, is that possible? How?
Anchors are not sent to the server as part of a request, so no, you cannot redirect based on them.
Is it possible to redirect the other way, to only a single anchor?
So URL = http:// www.example .com/video/{title}
always gets sent to
http:// www.example .com/video.php?title={title}#player
The only thing that changes is the title...