I have recently been having troubles after I restored a backup version of the site.
The problem I have is that alot of paths for various elements have references to cached files and those paths.
Here is an example of a stylesheet that is wrong.
<link rel="stylesheet" href="/application/files/cache/css/rainmaker/main.css" media="screen">
How do I clear the cache and stop it from doing this over and over.
Here is what I have attempted (nothing worked):
But as soon as I refresh the page it creates a brand new cache folder on the server with all the same stuff in it.
How do I actually clear out the cache and perhaps make it re-cache everything?
Any help is much appreciated!