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

dave reid’s picture

Project: 404 Navigation » Redirect

I think this can actually be fixed with the redirect module.

dave reid’s picture

Status: Active » Fixed

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

Status: Fixed » Closed (fixed)

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