Last-modified header and IE
when you really really really don’t want 304 on dynamic pages and you are using PHP:
header(’Last-Modified: ‘.date(’r'));
this will print the date in http://www.faqs.org/rfcs/rfc2822 formatted date.
when you really really really don’t want 304 on dynamic pages and you are using PHP:
header(’Last-Modified: ‘.date(’r'));
this will print the date in http://www.faqs.org/rfcs/rfc2822 formatted date.