
06-06-2010, 03:59 PM
|
|
Senior Member
|
|
Join Date: Jul 2009
Posts: 218
|
|
Here's the headers for index.htm (which works fine)
Code:
Response Headersview source
Content-Encoding gzip
Vary Accept-Encoding
Date Sun, 06 Jun 2010 23:03:23 GMT
Server LiteSpeed
Accept-Ranges bytes
Connection close
Etag "403-4c0c28ae-0"
Last-Modified Sun, 06 Jun 2010 23:01:02 GMT
Content-Type text/html
Content-Length 545
Request Headersview source
Host [redacted]
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 ( .NET CLR 3.5.30729)
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
Pragma no-cache
Cache-Control no-cache
When I do CTRL+F5 on index.html (reload without cache) it literally is blank and shows nothing in FireBug. When I press F5 (reload with cache) the headers look the same to me:
Code:
Response Headersview source
Date Sun, 06 Jun 2010 23:04:28 GMT
Server LiteSpeed
Accept-Ranges bytes
Connection Keep-Alive
Keep-Alive timeout=5, max=100
Etag "403-4bcca9a5-0"
Last-Modified Mon, 19 Apr 2010 19:06:13 GMT
Content-Type text/html
Content-Range bytes 1-1026/1027
Content-Length 1026
Request Headersview source
Host [redacted]
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB7.0 ( .NET CLR 3.5.30729)
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 115
Connection keep-alive
Range bytes=1-
If-Range "403-4bcca9a5-0"
Cache-Control max-age=0
__________________
█ Michael Denney - MDDHosting, LLC - Professional Hosting Solutions
█ LiteSpeed Powered - Shared, Reseller, Semi-Dedicated, and VPS
█ http://www.mddhosting.com/
Last edited by MikeDVB; 06-06-2010 at 04:05 PM..
|