Setting up phpstorm 4 with XAMPP on Windows 7

Posted by stirredo on Stack Overflow See other posts from Stack Overflow or by stirredo
Published on 2012-06-05T04:36:52Z Indexed on 2012/06/05 4:40 UTC
Read the original article Hit count: 260

Filed under:
|
|

I need help setting up phpstorm (4.0) with XAMPP which is at the default location c:\htdocs. I create all my projects at c:\htdocs\projectname.

Here are the things I have already done:

  • Setup the PHP interpretator by going to settings and then PHP (main menu)

enter image description here

  • Go to PHP > Servers and then

enter image description here

  • To setup run configuration I have the done the following:

enter image description here

Now when I run using the above configuration it just takes me to localhost in my browser, instead of the file I am editing (http://localhost instead of localhost/myproject/myfile.php).

What am I missing? I read the help topics of phpstorm and googled a lot but still couldn't figure it out.

© Stack Overflow or respective owner

Related posts about windows-7

Related posts about xampp