I have a strange problem:
I installed XAMPP long time ago and created a folder with an index.php file in my sites folder. When i start XAMPP and go to the browser localhost/~username i can see the folder-structure.
I click on the folder i created some month ago, and safari shows me the index.php file.
But now i create a new folder, with a new index-file in it, and navigate to it, i'm getting an 404 Error.
Both folders are in the same Directory: ~/Sites
- Open localhost/~username and i can see all folders in the ~/Sites - Folder
- Clicking on the folder created long time ago: works
- Clicking on the new folder created few seconds ago: Error 404
I think there is a problem in the apache-config file, but i do not understand why apache finds only the new file.
