Closed (duplicate)
Project:
Redirect
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 15:58 UTC
Updated:
27 Jul 2013 at 15:58 UTC
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
Comment #1
wiredescape commentedSee #1795224: Redirect not working in Maintenance mode
Comment #2
mxwright commentedThanks for the tip, but I'm not in Maintenance mode - this is a live site.
Comment #3
MatsSvensson commentedSame 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.
Comment #4
mxwright commentedI 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
Comment #5
hass commented