Hi,
I have just installed path redirect and created like this:
from localhost/test?test=2 to node/1
if I check the response headers this is what I get:
#1 Server Response: http://localhost/test?test=2
HTTP Status Code: HTTP/1.1 301 Moved Permanently
Date: Tue, 18 Jan 2011 19:14:20 GMT
Server: Apache
Location: http://localhost/test?test=2
Content-Length: 257
Connection: close
Content-Type: text/html; charset=iso-8859-1
Redirect Target: http://localhost/test?test=2
#2 Server Response: http://localhost/test?test=2
HTTP Status Code: HTTP/1.1 404 Not Found
Date: Tue, 18 Jan 2011 19:14:22 GMT
Content-Length: 1635
Content-Type: text/html
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
It looks like the redirect target is wrong
Comments
Comment #1
dave reidlooks like the old URL is not getting intercepted by Drupal but is being served by ASP?
Comment #2
dave reidComment #3
dave reidNo response.