Site
MAMP PRO uses virtual hosts to allow your web server to serve different websites. You can add an unlimited number of sites, creating one per project. Each site has its own directory for storing HTML, PHP files, and images, called the “Document root”.
The name of a site must be unique. It’s often convenient to use a reverse domain naming scheme to easily identify it (e.g. use info.mamp.development instead of development.mamp.info). The unreversed name may conflict with an external domain name.
General Site name, PHP version, web server selection, site folder, document root, and Extras.
Web Server Additional Apache or Nginx configuration for the selected web server.
Python Configure Python for the site, including virtual environment and WSGI settings.
SSL Set up SSL for the site, including self-signed certificates.
Databases Assign and manage databases linked to the site.
Transfer Transfer site data to a remote hosting provider or to MAMP Cloud.