Question about HTTP status header
-
I have question about http status header, and that’s because i just found out that my site status header always returning 302 status header instead of 200, and the 301 redirect also doesnt work and always return the 302 status header, but this problem only occur at my site not at the other site (i’ve also check other site like, tamba2, wordpress.com, www.remarpro.com, etc and always returning the correct status header)
here’s the status header from my site reaper-x.com :
HTTP/1.1 302 Moved Temporarily
Content-Length: 0
Location: /?ABCDEFGHand here’s the result from my test site reaper.gig4free.com :
HTTP/1.1 200 OK
Date: Sun, 20 Aug 2006 07:22:47 GMT
Server: Apache/1.3.36 (Unix) mod_layout/3.2.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.27 OpenSSL/0.9.7f PHP-CGI/0.1b
X-Powered-By: ModLayout/3.2.1
Connection: close
Content-Type: text/htmlThanks in advance and sorry for my bad english
- The topic ‘Question about HTTP status header’ is closed to new replies.