I have a following problem.
I’m coding in CakePHP and I’m a novice. I quite often need to change some images or css files on the website. And on the website I always see the old content unless I manually press “F5” on the keyboard. And I have to do it on every workplace that uses that website.
It is irritating especially because I don’t know where I can find the solution for it. I removed tmp files and cookies. Nothing helps and I don’t know how can I fix it.
Could you please help me?
For anything under \webroot, see the
Asset.timestampsetting in core.php:For this to work, you have to use the Cake helpers to create the assets (e.g.
$this->Html->image(),$this->Html->css(), etc)