Code: Select all
//header("Content-Type:, text/html; charset=utf-8");
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('X-Server-Version: 1.0.0');
header('Pragma: no-cache');Internet Explorer cannot download xxx...from 192.168.1.104
It only appears to happen when I manually enter the URI...when I navigate via links everything seems to work fine...
Firefox appears to work fine...
Anyone else experience this issue? Should I just remove the header and rely on the meta tag?