After upgrading from 2.5 I'm getting a endless loop of 301 redirects. I have searched high and low to figure out the problem, does any one have an idea?
PHP: 4.4.7
MySQL: 4.0.27
My site: flatlyimpressed.com
Some HTTP headers:
Parameters:
URL = http://www.flatlyimpressed.com
UAG = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
AEN =
REQ = GET ; VER = 1.1 ; FMT = AUTO
Sending request:
GET / HTTP/1.1
Host: www.flatlyimpressed.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Connection: close
• Finding host IP address...
• Host IP address = 207.155.252.172
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Waiting for response...
Receiving Header:
HTTP/1.1·301(CR)(LF)
Date:·Thu,·08·May·2008·16:13:19·GMT(CR)(LF)
Server:·ConcentricHost-Ashurbanipal/1.8·(Concentric(R))(CR)(LF)
Location:·http://www.flatlyimpressed.com/(CR)(LF)
Content-type:·text/html;(CR)(LF)
Connection:·close(CR)(LF)
X-Powered-By:·PHP/4.4.7(CR)(LF)
X-Pingback:·http://www.flatlyimpressed.com/xmlrpc.php(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
(CR)(LF)
End of Header (Length = 306)
• Elapsed time so far: 3 seconds
• Waiting for additional response until connection closes...
Total bytes received = 482
Elapsed time so far: 3 seconds
Content (Length = 176):
a5(CR)(LF)
<HEAD><TITLE>Document·moved</TITLE></HEAD>(LF)
<BODY><H1>Document·moved</H1>(LF)
This·document·has·temporarily·moved·<A·HREF="http://www.flatlyimpressed.com/">here</A>.</P>(LF)
(CR)(LF)
0(CR)(LF)
(CR)(LF)
Done
Elapsed time so far: 3 seconds
The Location: line in the header above would redirect your browser to a new URL:
Location 2
Parameters:
URL = http://www.flatlyimpressed.com/
UAG = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
AEN =
REQ = GET ; VER = 1.1 ; FMT = TXT
Sending request:
GET / HTTP/1.1
Host: www.flatlyimpressed.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Connection: close
• Finding host IP address...
• Host IP address = 207.155.252.172
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Waiting for response...
Receiving Header:
HTTP/1.1·301(CR)(LF)
Date:·Thu,·08·May·2008·16:13:21·GMT(CR)(LF)
Server:·ConcentricHost-Ashurbanipal/1.8·(Concentric(R))(CR)(LF)
Location:·http://www.flatlyimpressed.com/(CR)(LF)
Content-type:·text/html;(CR)(LF)
Connection:·close(CR)(LF)
X-Powered-By:·PHP/4.4.7(CR)(LF)
X-Pingback:·http://www.flatlyimpressed.com/xmlrpc.php(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
(CR)(LF)
End of Header (Length = 306)
• Elapsed time so far: 5 seconds
• Waiting for additional response until connection closes...
Total bytes received = 482
Elapsed time so far: 5 seconds
Content (Length = 176):
a5(CR)(LF)
<HEAD><TITLE>Document·moved</TITLE></HEAD>(LF)
<BODY><H1>Document·moved</H1>(LF)
This·document·has·temporarily·moved·<A·HREF="http://www.flatlyimpressed.com/">here</A>.</P>(LF)
(CR)(LF)
0(CR)(LF)
(CR)(LF)
Done
Elapsed time so far: 5 seconds
The Location: line in the header above would redirect your browser to a new URL:
Location 3
Parameters:
URL = http://www.flatlyimpressed.com/
UAG = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
AEN =
REQ = GET ; VER = 1.1 ; FMT = TXT
Sending request:
GET / HTTP/1.1
Host: www.flatlyimpressed.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Connection: close
• Finding host IP address...
• Host IP address = 207.155.248.159
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Waiting for response...
Receiving Header:
HTTP/1.1·301(CR)(LF)
Date:·Thu,·08·May·2008·16:13:47·GMT(CR)(LF)
Server:·ConcentricHost-Ashurbanipal/1.8·(Concentric(R))(CR)(LF)
Location:·http://www.flatlyimpressed.com/(CR)(LF)
Content-type:·text/html;(CR)(LF)
Connection:·close(CR)(LF)
X-Powered-By:·PHP/4.4.7(CR)(LF)
X-Pingback:·http://www.flatlyimpressed.com/xmlrpc.php(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
(CR)(LF)
End of Header (Length = 306)
• Elapsed time so far: 31 seconds
• Waiting for additional response until connection closes...
Total bytes received = 482
Elapsed time so far: 31 seconds
Content (Length = 176):
a5(CR)(LF)
<HEAD><TITLE>Document·moved</TITLE></HEAD>(LF)
<BODY><H1>Document·moved</H1>(LF)
This·document·has·temporarily·moved·<A·HREF="http://www.flatlyimpressed.com/">here</A>.</P>(LF)
(CR)(LF)
0(CR)(LF)
(CR)(LF)
Done
Elapsed time so far: 31 seconds
The Location: line in the header above would redirect your browser to a new URL:
Location 4
Parameters:
URL = http://www.flatlyimpressed.com/
UAG = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
AEN =
REQ = GET ; VER = 1.1 ; FMT = TXT
Sending request:
GET / HTTP/1.1
Host: www.flatlyimpressed.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Connection: close
• Finding host IP address...
• Host IP address = 207.155.252.172
• Finding TCP protocol...
• Binding to local socket...
• Connecting to host...
• Sending request...
• Waiting for response...
Receiving Header:
HTTP/1.1·301(CR)(LF)
Date:·Thu,·08·May·2008·16:13:49·GMT(CR)(LF)
Server:·ConcentricHost-Ashurbanipal/1.8·(Concentric(R))(CR)(LF)
Location:·http://www.flatlyimpressed.com/(CR)(LF)
Content-type:·text/html;(CR)(LF)
Connection:·close(CR)(LF)
X-Powered-By:·PHP/4.4.7(CR)(LF)
X-Pingback:·http://www.flatlyimpressed.com/xmlrpc.php(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
(CR)(LF)
End of Header (Length = 306)
• Elapsed time so far: 33 seconds
• Waiting for additional response until connection closes...
Total bytes received = 482
Elapsed time so far: 33 seconds
Content (Length = 176):
a5(CR)(LF)
<HEAD><TITLE>Document·moved</TITLE></HEAD>(LF)
<BODY><H1>Document·moved</H1>(LF)
This·document·has·temporarily·moved·<A·HREF="http://www.flatlyimpressed.com/">here</A>.</P>(LF)
(CR)(LF)
0(CR)(LF)
(CR)(LF)
Done