Forum Moderators: phranque
http://example.com/home.htmlGET /home.html HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: zh-tw,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: Big5,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://example.com/home.html
Cookie: __unam=ff611ea-121c61ef92e-7d0ca25d-4; PHPSESSID=g4cu6pdclgqverrf2a522uofl1HTTP/1.x 200 OK
Date: Thu, 11 Jun 2009 13:15:13 GMT
Server: Apache/2.2.8 (Fedora)
X-Powered-By: PHP/5.2.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2979
Connection: close
Content-Type: text/html; charset=UTF-8
----------------------------------------------------------
http://example.com/home.htmlGET /home.html HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: zh-tw,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: Big5,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://example.com/home.html
Cookie: __unam=ff611ea-121c61ef92e-7d0ca25d-4; PHPSESSID=g4cu6pdclgqverrf2a522uofl1HTTP/1.x 200 OK
Date: Thu, 11 Jun 2009 13:15:14 GMT
Server: Apache/2.2.8 (Fedora)
X-Powered-By: PHP/5.2.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 2979
Connection: close
Content-Type: text/html; charset=UTF-8
----------------------------------------------------------
what i know is the only difference is the "Accept". My question is how to reduce request to one time. And "Expires: Thu, 19 Nov 1981 08:52:00 GMT" affect SEO? Thank in advance :)
Server:
fedora 7, apache 2, php 5 and mysql 5
[edited by: encyclo at 11:06 pm (utc) on June 11, 2009]
[edit reason] switched to example.com [/edit]
And "Expires: Thu, 19 Nov 1981 08:52:00 GMT" affect SEO?
A date in the past simply tells the user agent not to cache the resource, it is normal for dynamic sites and will not be detrimental for SEO.