This module, under closer inspection in LiveHTTPHeaders in FFox2, returns a 302 Found instead of a 301 Redirect.
This is probably because of an update to the drupal_goto() function, as mentioned here at Path_Redirect
This should really be regarded as critical as it contradicts the actual point of the module.
Comments
Comment #1
niklp commentedSorry, that should read "301 Moved Permanently"...
Comment #2
nicholasthompsonThis is (likely) a known bug with this module/php running a CGI. See issue #117756.
What's your system setup (ie ,Apache or IIS? PHP as an Apache Module or CGI?)
Comment #3
niklp commentedThis is running under apache 2.0.54, php 5.0.2 (IIRC), with php as an apache module.
The new version of Path_Redirect 5.x had this problem, but is now fixed, as I mentioned in #1 - I thought this was the more likely cause, as GD fails but PR doesn't... I get a 301 Moved Permanently just fine from PR.
Oddness.
Comment #4
nicholasthompsonHave you tried the 5.x-dev release? The dev is newer with a few bug fixed. One of the infinite things on my to-do-list is to promote the dev version to 1.0 release.
Comment #5
niklp commentedNice one Nic, Bingo.
HTTP/1.x 301 Moved Permanently
Date: Fri, 23 Mar 2007 16:31:27 GMT
Comment #6
nicholasthompsonExcelent :-) Glad it worked.
Thanks.
Comment #7
(not verified) commented