Download & Extend

Incorrect redirect for URL's with a # (hash) in them

Project:Global Redirect
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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

Comments

#1

Title:Incorrect redirect for URL's withe a # (hash) in them» Incorrect redirect for URL's with a # (hash) in them

#2

Status:active» closed (works as designed)

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-...

nobody click here