Xampp and Ampps do not reload files on change
When I change a file in the directory, this change is not reflected in the web page displayed when I access it through localhost, but it does appear when I access it directly from the file path on my system. Why?
I am on a Windows machine. My files are stored in the C: \ Program Files (x86) \ Ampps \ www \ connor.dev folder. When I link directly to the file by going to a link like this in the browser, file: /// C: / Program% 20Files% 20 (x86) /Ampps/www/connor.dev/index.php, the changes I show and save in Sublime Text. When I access it by going to localhost / connor.dev / the changes are not shown. Even if I delete the file completely, it still shows up on localhost. It started recently on xampp, so I uninstalled it and used Ampps and now the same thing happens. If you need more information, please ask.
source to share