As it stands, if the settings are to redirect to the local version of the glossary definition, it redirects to example.com//42 (where 42 is the nid of the definition; note the null string in between the slashes). Also it appends the HTTP code to the URL as a query.

CommentFileSizeAuthor
#1 580606-properly-redirect.patch482 bytessillygwailo

Comments

sillygwailo’s picture

StatusFileSize
new482 bytes

The attached patch removes the dollar sign from the path (since 'node' is the system path we want, not a variable) and updates the parameters for drupal_goto to 6.x.

fgm’s picture

Status: Active » Needs review

Looks good to me. If others want to chime in...

fgm’s picture

Status: Needs review » Reviewed & tested by the community
fgm’s picture

Status: Reviewed & tested by the community » Fixed

Committed to todays's version with a small string format change.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.