Example
http://site.com/node/7628#comment-853
redirects to
http://site.com/content/7628/some-long-title
instead of
http://site.com/content/7628/some-long-title#comment-853
Unfortunately fragments are never available to server-side code or PHP since browsers never send them. http://stackoverflow.com/questions/940905/can-php-read-the-hash-portion-...
Comments
Comment #1
jpp commentedComment #2
dave reidUnfortunately fragments are never available to server-side code or PHP since browsers never send them.
http://stackoverflow.com/questions/940905/can-php-read-the-hash-portion-...