I have a pretty standard configuration using Drupal 7 with Redirect, Global Redirect and Pathauto, which worked as expected under 7.x-1.0-beta4.

However, upon upgrading to 7.x-1.0-rc1, all of my redirects go to 404 rather than their intended location. That is, all existing redirects as well as newly created ones. They all still exist in the system - I can see them on each page and they appear when I create new redirects, but when accessed, I get my Page Not Found page. Disabling Global Redirect (just a shot in the dark) did not help.

Any ideas? Anyone else with this problem?

Thanks!

Comments

wiredescape’s picture

mxwright’s picture

Thanks for the tip, but I'm not in Maintenance mode - this is a live site.

MatsSvensson’s picture

Same here.

Adding a redirect does absolutely nothing in any install i have tried it on.
It never has, at least not for the +6 months i have been using my site.

I haven't had time to look for a solution,
so i was glad to see it had been noted as fixed in the last update.

...except its still does absolutely nada, zero, nothing.

mxwright’s picture

I finally found a solution to this issue, which was essentially a duplicate of #1198028: Redirects do not work if $_SERVER['SCRIPT_NAME'] does not follow base_path. The patch found here should do the trick: http://drupal.org/node/1198028#comment-7432296

hass’s picture

Status: Active » Closed (duplicate)