How to insert an html code to force web browsers to load page not refresh
Автор: J. Dudley
Просмотрено 1402,
Подписчики 1,
Размещенный 0
when i update my web site, users are only seeing previous pages, not the updated one. I understand that inserting the following code can force browsers to re-load page
<meta http-equiv=“Pragma” content=”no-cache”>
<meta http-equiv=“Expires” content=”-1″>
<meta http-equiv=“CACHE-CONTROL” content=”NO-CACHE”>
how and where do i add this? is it added to each page or is the home page enough? any help appreciated.
Im using Pro13
Thanks
Размещено
They are placed inside the head section.
for A specific page: step3 -> properties -> expert tab.
for all pages: step1 settings -> advanced -> seo and code -> expert tab.
be aware that this is normaly not needed and gives the visitor's a higher loading of pages you set it to. Not handy for people with remote connections.....
Автор
Thank you but every week after I update results for a sports page, I receive lots of txts from mobile phone users saying they can only see the old page until they exit and then re-enter the web site. quite a big problem. hope this solves it
Pressing F5 at client end will do.
But then I advice to only do the page with these items.
You can also set below on expert pages the update frequency, set it to dayly.
Best Regards.