Use case: I want to link to /node/12#objectieve-informatie
This redirects correctly, but the anchor (everything after #) is lost after the URL is rewritten

Comments

nicholasthompson’s picture

Status: Active » Closed (won't fix)

This is a known and unfixable problem as the anchor is not passed to the server.

Marking as "wont fix" but really its "cant fix"...

I'd be happy to fix it if you have any idea's on how to tell the server what the anchor is...

vitzo.com’s picture

You're right: the bit after the hash is never sent to the server. The browser simply strips it out, and then uses it to jump to the anchor once the page is loaded.