Re: [PHP] Re: Expiring other resources with HTTP headers

2006-02-27 Thread William Lovaton
El lun, 27-02-2006 a las 16:21 +0100, Barry escribió: > Set the HTML expire to yesterday. > Therfore the browser will reload the whole page. > > Barry Hi Barry, I don't think this would work, this should refresh the HTML page only but the link pointing to the javascript file will be taken from t

[PHP] Re: Expiring other resources with HTTP headers

2006-02-27 Thread Barry
William Lovaton wrote: Hello everybody, I write here to find out if this is possible: I want to expire an static file in the web browser through an HTTP header (Expires, Cache-Control or something else) sent from a PHP program. The usual thing is that those headers apply only to the program or