Hello, this is my first site and I would like information if possible. When I change something to the code people don’t see the change directly and have to remove the data themselves from the site or private browsing. Do you have a solution to make this up-to-date directly without the users of the site having to browse privately or remove data from the site themselves?
Our servers enforce quite strong caching by default on static files, including HTML files. In most cases this is good, because it improves site performance and reduces bandwidth usage. However, the downside is that changes are not visible instantly.
It is possible to limit or disable this cache through .htaccess rules. But I’m not going to give them to you, because I recommend against using them, because being able to publish changes instantly is not worth the costs of everyone always have to download new content every time.