MyBB Community Forums

Full Version: how to force user redownload css and so on?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, once I change css things in admin panel's "template & style", it always require me to clear cache in chrome web browser's setting, then changes are applied.

How do I make users automatically re-download changed css things so that they dont need to clear cache in web browser's setting?
You can control caching using .htaccess
One option would be to disable caching but I don't really recommend that except for testing purposes.
Here is a tutorial for that Smile
https://www.a2hosting.in/kb/developer-co...g-htaccess

Regards
WallBB
(2020-08-05, 05:57 AM)WallBB Wrote: [ -> ]You can control caching using .htaccess
One option would be to disable caching but I don't really recommend that except for testing purposes.
Here is a tutorial for that Smile
https://www.a2hosting.in/kb/developer-co...g-htaccess

Regards
WallBB
Thanks!