|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
force a cache refresh?
I have a website that has a price list on it. The customer has recently updated the prices. However, when some users bring up the page, their browser cache has the old listing.
Is there a way to force the browser to re-read the actual file instead of using the cache? |
|
#2
|
||||
|
||||
|
Yes, but it can hurt your "internal linking structure".
You can use javascript or - better yet - php scripts to add a unique (time-dependent) query-string to any url on your page. Next time when people click on it, it will be different and will load the new page. If your page doesn't use query-strings, they are disregarded. On some of my sites, people click on - say - /tv.html but I use javascript to add a time code like so: /tv.html?3284914203 ... And next time they click it will be /tv.html?3287343443 Just an example...
__________________
...please help me w/ the real Redscowl Bluesingsky...how2 check backlinks...now postin' @ SEO Refugee ...
·<°`)~ LOL now that I finally have a paypal account, I'm charging 19,- for SEO advice via PM. Seriously... |
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > force a cache refresh? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|