1
I’m novice with Apples and recently bought a mac book, with Lion operating system. I installed php, mysql, etc and everything worked perfectly.
Now I’ve upgraded the system to Maverick and the server has stopped working. When I type in the browser localhost/~username/project, instead of showing the PHP site, the folder tree appears.
What to do?
Take a look at the system preferences, in sharing. If web sharing is enabled, you are using apache from the OSX installation. And it’s possible that the update overwrites what you installed, depending on where you installed it.
– bfavaretto
You are using standard facilities from
php
mysql
? or installed a package such asXAMPP
?– iTSangar