Closed (fixed)
Project:
Redirect
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 21:47 UTC
Updated:
28 Dec 2011 at 03:50 UTC
The redirect module provides a link on 404 pages to quickly "Add URL redirect from this page to another location". Before enabling this module, things work as expected; however, now, the source value for this link is "navigation404" making the link pretty useless.
Comments
Comment #1
dave reidI think this can actually be fixed with the redirect module.
Comment #2
dave reidEasy enough. Seems that drupal_deliver_html_page() sets $_GET['destination'] as the actual 404 URL before using whatever's in the site_404 variable. Fixed in 7.x-1.x with http://drupalcode.org/project/redirect.git/commit/4025e50.