Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I use XAMPP to connect to localhost. So when I edit the program code, it doesn't change when I run it. When I searched for a solution on Google it said delete the browser cache, but after I deleted it the results were the same and didn't change. I wonder why that is, is there a solution?

What I have tried:

I have tried clearing the browser cache
Posted
Updated 6-Feb-24 7:29am
v2
Comments
[no name] 2-Feb-24 22:17pm    
Stop and restart the "service".

1 solution

It may be a server-side cache. First of all, you need to know what framework you are using? For example, the cache may be in the runtime folder of your code root directory, or other locations.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900