Set up:
1) OS - Win 8.1
2) WAMP
3) PhpStorm 7.1.3
I have been working on Dreamweaver for quite a long time and recently I ditched it because of its limited features. Setting up a local env using Dreamweaver is fairly simple and I had no problem with it. So I installed PhpStorm thinking it would quite easy to run my PHP web app in the same way when I was using DW, but When I try to run my web app in PhpStorm using its built-in webserver I get 502 Bad Gateway error, What I did is simply import the folder (which is in www directory) in PhpStorm and try to run it on browser, but I couldn't get it to work locally. I believe I have to set up Interpreter under settings, but how do I go ahead and what should I include?
When I run my webapp using WAMP the URL looks like
http://localhost/appname/trunk/public/
When I run it using PhpStorm built-in webserver the URL looks like
http://localhost:63342/appname/trunk/public/
Error: 502 bad gateway.
I am quite stuck now.






