vegarl n00b
Joined: 20 Sep 2007 Posts: 1
|
Posted: Thu Sep 20, 2007 11:51 am Post subject: Last-Modified header |
|
|
Hello,
Quote: | status: 200
Date: Thu, 20 Sep 2007 11:46:58 GMT
Server: Apache
X-Powered-By: PHP/5.2.4-pl2-gentoo
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: private, max-age=10800, pre-check=10800
Set-Cookie: pma_fontsize=100%25; expires=Sat, 20-Oct-2007 11:46:58 GMT; path=/phpmyadmin/; httponly
Last-Modified: Mon, 17 Sep 2007 02:30:23 GMT
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: text/html; charset=utf-8 |
For some reason, the Last-Modified header is added automatically on many PHP scripts. This is creating cache problems. The timestamp is the timestamp which the PHP-file was last changed.
I'm using PHP 5.2.4 with suPHP.
Does anybody have a solution for this? |
|