below is my HTTP header i want to know am i to put pass year or furture year in the Expires, date, and Last-Modified and if its furture year i was told it must not be more than one year secondly am i to update the year after the year have expire and thridly what is the different between Content-Type: text/html and Content-Type: image/gif or are they the same and lastly where will i put my http bacause when i put between the head tag <head></head> it will show in the broswer. while explaining you can also edit my http to show me
Code:
HTTP/1.1 200 OK Date: Fri, 30 Oct 2010 13:19:41 GMT Server: Apache/1.3.3 (Unix) Cache-Control: max-age=3600, must-revalidate Expires: Fri, 30 Oct 2010 14:19:41 GMT Last-Modified: Mon, 29 Jun 2010 02:28:12 GMT ETag: "3e86-410-3596fbbc" Content-Length: 1040 Content-Type: text/html
Comment