Choose to integrate the Apache server in Phpstorm, below is my own test step.
1. How to modify the Apache default port
XAMPP Apache default HTTP access port is 80
Restart Apache in XAMPP after the modification is complete.
2. Configuration process
Open settings/preferences Find Build, Execution, Deployment option, click Deployment Add as follows:
Because we have modified the default port 80, we must specify the port number here. The directory is/APPLICATIONS/XAMPP/XAMPPFILES/ETC/HTTPD.COF, this is the Apache Default Web site run directory, so it must be the directory or its subdirectories.
3.xampp start Apache
Test:
hello.php execution in the directory of Web Path (/applications/xampp/htdocs):
<?php
/**
* Created by Phpstorm.
* User:edwin * DATE:2016/10/12 * time
: Morning 12:30
/
echo ' Hello OK ';
You can then access it in the browser, as follows:
The above is a small series to introduce the Mac version of the Phpstorm XAMPP integrated Apache server configuration graphics and text tutorials, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!