when i update my website always shows the cached version

I.C.Water

Flaccid Member
Oct 13, 2004
2,275
0
0
53
Miami
Marklar
₥0
i've never run into this problem before but this new site i did, mind you the first css based site i've done. well i change a page on the site and i gotta clear my browser history to see the changes and everyone else has the same problem. i'm guessing it's something stupid i've forgotten or didn't know to add, but it's really fuckin me up in the development stage when i'm trying to show my partners changes and i gotta have them clear their cache.

anyone know wtf is goin on here?
http://jewish-sports.org/

:(
 
Code:
<HTML><HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD><BODY>
</BODY>
</HTML>
 
microsoft expression web told me lower case?
Code:
<meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="Expires" content="-1"/>
any problem?
 
Could it be the way your server is cacheing the info? I know sometimes IIS needs a restart for changed code to be reflected correctly in the website. I would expect other servers might have a similar issue.