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

niklp’s picture

Sorry, that should read "301 Moved Permanently"...

nicholasthompson’s picture

Status: Active » Closed (duplicate)

This 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?)

niklp’s picture

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

nicholasthompson’s picture

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

niklp’s picture

Nice one Nic, Bingo.

HTTP/1.x 301 Moved Permanently
Date: Fri, 23 Mar 2007 16:31:27 GMT

nicholasthompson’s picture

Status: Closed (duplicate) » Fixed

Excelent :-) Glad it worked.

Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)