Search found 1 match

by pmcquail
Sat Dec 21, 2019 12:30 pm
Forum: Previewing and Publishing
Topic: Website Not Updated After Publishing
Replies: 7
Views: 6016

Re: Website Not Updated After Publishing

Sounds like the web server may be caching the pages.
Try inserting the following line at the end of the .htaccess file.

Header add "Cache-Control" "no-cache"

Close the website in the browser and then re-open the website again.