|
|
 |
|
|
Pages: 1
F the browsers cache, its in my way
(Click here to view the original thread with full colors/images)
Posted by: Scav
Anyone know about how I can force a page to reload everything last thing everytime a person visits it. Im working on a page right now so i may change an image serveral times before im happy but have it keep the same file name for ease. Problem is while its no biggy offline once it hits the web all hell breaks loose. If you guys can point me in the direction i can research it further I just dont know where to start or if its possible. I though SSI did it just by adding .shtml at the end of yer page but that aint it 8).
Posted by: DemonBob
That should be accomplished with SSI I woud persume. Just pull a html page with an inamge on it to that spot....and when the user reload it it will have to search for that page everytime and load it. So if you change the page. It will loag the change b/c it has to read the script all over agian.
------------------
"Memories never fade, Nor does the pain with them. It only lessens with time. The only thing that we as humans can do to survive is to look forward in life."
- DemonBob the original Malo hombre
http://clannewconclave.cjb.net
http://systemoverload.cjb.net
Posted by: Canis Lupus
There is a meta tag that forces the browser to clear its cache everytime that page is visited ... lemme see if I can remember what it was...
But Bob's suggestion will also work, since .SHTML pages are actually not cached (coz of the server-side scripting involved), so it always loads up a fresh page every visit (making them a bit slower to load than .HTML pages)...
------------------
Those who expect nothing will never be disappointed...
Posted by: Canis Lupus
Ah, found this link on my old bookmarks ...
Caching Tutorial for Web Authors and Webmasters
I think this tutorial explains everything there is to know about web caching and stuff... Learned a lot from this thing http://www.opentechsupport.net/forums/smile.gif
------------------
Those who expect nothing will never be disappointed...
|
|
|
|
|