Page 1 of 1

Disable cache

PostPosted: 16. August 2016 22:34
by sarcastasaur
Greetings,
Any time I make a change to a php file, for example, the changes take about a minute to go into effect. This must be due to some cache issue going on, and I've scoured across the forums and stackoverflow for solutions, tried them, but have not found a solution that avoids this annoying cache. I know it's not a browser issue. I am using xampp v3.2.2 on Win 10.

Has anyone seen the same problem I have? How can I fix this?

Thank you.

Re: Disable cache

PostPosted: 16. August 2016 22:49
by Altrea
sarcastasaur wrote:I know it's not a browser issue.

XAMPP don't configures caches by default, so it is either a browser issue or the webapplication itself set's caches via .htaccess or PHP.
Not an XAMPP issue.