Repairing Pages Cache Problem- 14.08.08
A have a job portal but while browsing this site i find some old pages open from cache .. which cache .. i dont know?
Anyway I used 4 computers and 2 defferent ISP
Sure 100% this problem not from browser cache
Not FTP issue
Not from host company cache .. as they mentioned
Not from ISP cache .. not sure 100% .. but other site from same ISP is work ok
In the script admin area there is no cache option
I try to add this line in my header:
<meta http-equiv=”Pragma” content=”no-cache” />
and also i try this:
<!– no cache headers –>
<meta http-equiv=”Pragma” content=”no-cache” />
<meta http-equiv=”Expires” content=”-1″ />
<meta http-equiv=”Cache-Control” content=”no-cache” />
<!– end no cache headers –>
both did not fix my problem and i still doing refresh each time i visit my site
So what i want is only fix this cache problem, i need pages open fresh directly on each request.
Thats all.



