Hi everybody.
Is there an option or a code to force refresh recently uploaded pages/subpages?
Thank you all for your help.
Praxandros
Auto Forced Refresh
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
-
-
- Posts: 47
- Joined: Wed Apr 23, 2014 2:16 am
- Location: Cyprus
- Contact:
- AliGW
-
- Posts: 239
- Joined: Thu Dec 19, 2024 3:41 pm
Re: Auto Forced Refresh
In Page Properties > Meta Tags, you can add this to the User Defined section:
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
This should make the page refresh each time it is loaded in the browser and for its cache to be cleared.
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
This should make the page refresh each time it is loaded in the browser and for its cache to be cleared.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA).
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA).
-
-
- Posts: 47
- Joined: Wed Apr 23, 2014 2:16 am
- Location: Cyprus
- Contact:
Re: Auto Forced Refresh
@AliGW
Thanks a lot for your feedback.
Appreciate.
Praxandros
Thanks a lot for your feedback.
Appreciate.
Praxandros
-
-
- Posts: 61
- Joined: Wed Sep 02, 2009 2:07 pm
Re: Auto Forced Refresh
Yeah, this happens a lot when browsers hang onto old versions. Easiest fix is to add a little version number to your page or file like mypage.html?v=5. That usually forces a reload. You can also clear your browser cache manually, but that doesn’t help for other users unless you control the caching rules on your server
- gofrank
-
- Posts: 200
- Joined: Sun Dec 30, 2007 2:43 am
- Location: Florida, USA
Re: Auto Forced Refresh
You can also add this to your .htaccess file on the server:
Code: Select all
<IfModule mod_headers.c>
Header set Cache-Control "no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires 0
</IfModule>
Billing clients for your freelance work? Try Minute-2-Minute, the project management, timing, and billing system. Perfect for web developers who charge by the hour. FREE 45-day trial.