Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   IE Cache fix (http://www.bvlist.com/showthread.php?t=1931)

joeroberts 3rd February 2009 15:17

IE Cache fix
 
all new themes make sure that you have
PHP Code:

echo "<meta http-equiv=\"Pragma\" content=\"no-cache\" />\n";
echo 
"<meta http-equiv=\"Expires\" content=\"-1\" />\n";
echo 
"<meta http-equiv=\"Cache-Control\" content=\"no-cache\" />\n"

between
HTML Code:

<head></head>
For IE or pages well not update properly


All times are GMT +2. The time now is 10:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.