PHPStorm uses built-in webserver instead of WAMP
I have installed PHPStorm and WAMP (port: 8080). I have setup the CLI Interpreter to use php.exe by the apache server of Wamp. Yet, whenever I run my PHP projects, they are ran by the built-in server of Phpstorm, not WAMP. How can I fix this so that it uses WAMP instead?
Thanks you
Please sign in to leave a comment.
Hi there,
You mean -- when you click on "Run" button?
You need to setup Deployment entry where you will provide an URL for this project. It can be of "In place" type so no file copying will be involved.
If no Deployment is configured then built-in web server is used.
You also may need to delete or alter any Run/Debug Configurations that you may have created (permanent or temporary) as they may still have references to built-in server (as they remember the URL). Either "Run | Edit Configurations..." or via drop-down box next to Run/Debug button on toolbar.
https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm