On Sunday, 16 February 2014 at 01:16:22 UTC, Rikki Cattermole
wrote:
On Saturday, 15 February 2014 at 22:27:35 UTC, Vladimir
Panteleev wrote:
The web server never sees anchors in URLs, so that would be
impossible.
I think it might be very possible, unless I'm missing
something[0]?
[0] http://httpd.apache.org/docs/2.2/rewrite/flags.html#flag_ne
That example redirects *to* an anchor. Since the anchor part of
an URL is never sent to the server, the server has no way to act
upon it. It is only possible using JavaScript.