Use Mamp to build PHP development environment on MAC system

Source: Internet
Author: User
Tags php development environment

1. Download the Mamp Kit

To https://www.mamp.info/en/

2. Install this. dmg file

3. Configure the Apache virtual host

(1) httpd.conf file found in/applications/mamp/conf/apache

Found in this file

# Virtual Hosts

Include/applications/mamp/conf/apache/extra/httpd-vhosts.conf

Remove the previous #

(2) Locate the httpd-vhosts.conf file in/applications/mamp/conf/apache/extra and configure the virtual host with the following code:

<virtualhost *: the>ServerAdmin localhost documentroot"/applications/mamp/htdocs/"ServerName localhost errorlog"Logs/localhost-error_log"Customlog"Logs/localhost-access_log"Common DirectoryIndex index.html index.htm index.php<directory/>Options followsymlinks #不允许别人修改我们的页面 allowoverride None #设置访问权限 order Deny,allow allow from All</Directory></VirtualHost>

(3) Configure the/etc/hosts file as follows:

127.0. 0.1        localhost255.255. 255.255 broadcasthost:: 1              localhost127.0. 0.1        www.test.com127.0. 0.1       Local.erp.com

4. Test:

Enter localhost:8888/index.php in the browser

Use Mamp to build PHP development environment on MAC system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.