I'm trying to clone a website on my local. It's a php website.
I have EasyPHP installed and in easyphp/data/localweb/
i do git clone
for my github repo.
So now i have easyphp/data/localweb/**myproject**
. The "myproject"
files contains the website and all the git files.
When I try to access my website via localhost/myproject
, the PHP code isn't interpreted at all and I don't see the reason why. PHP works, but not inside this git cloned
folder. Any suggestions?