File
Edit Template
Section titled “Edit Template”MAMP PRO uses templates to create the necessary server configuration files. You can edit these templates from the File › Edit Template menu. This gives you access to options that are not available from the MAMP PRO user interface.
A template file is created in C:\Users\[username]\AppData\Roaming\Appsolute\MAMPPRO\templates when you make a change to one of your templates. There are separate templates for Apache, Apache SSL, Nginx, PHP, and MySQL configurations.
-
Apache (httpd.conf and httpd-ssl.conf)
Here you can open and edit yourhttpd.conftemplate file. Changes made to your template file will be reflected in your actualhttpd.conffile. Thehttpd.conffile is generated from the template file and is located inC:\Users\Public\Documents\Appsolute\MAMPPRO\conf\. You can check this file to verify that changes you make to your template file are reflected correctly. -
Nginx (nginx.conf)
Open and edit yournginx.conftemplate file here. Changes made to your template file will be reflected in your realnginx.conffile. Thenginx.conffile is generated from the template file and is located inC:\Users\Public\Documents\Appsolute\MAMPPRO\conf\. -
PHP (php.ini)
Open and edit yourphp.initemplate file here. There are likely several versions of PHP available, each of them with their own template file. Changes made to your template file will be reflected in your realphp.inifile. Thephp.inifile is created from the template file and is located inC:\Users\Public\Documents\Appsolute\MAMPPRO\conf\.
-
MySQL (my.cnf)
Open and edit yourmy.cnftemplate file here. There are likely several versions of MySQL available, each of them with their own template file. Changes made to your template file will be reflected in your realmy.cnffile. Themy.cnffile is created from the template file and is located inC:\Users\Public\Documents\Appsolute\MAMPPRO\conf\.
Factory Settings
Section titled “Factory Settings”-
Development
This option resets all host and server settings back to their defaults, including Apache ports (8888, 8890, 8889) and the Apache/MySQL user credentials.
Backup…
Section titled “Backup…”Back up all your host settings, host files, and database files.

Restore From Backup:
Section titled “Restore From Backup:”Restore files from a previous backup.

Settings
Section titled “Settings”
-
Open Webstart when starting MAMP PRO
Check this box to open a browser to the Webstart page when you start MAMP PRO.
-
Path to Webstart:
The path to your Webstart page. By default, this is set to
http://localhost:8888/MAMPusing an alias. -
Allow saving
Allow saving if MAMP PRO detects an invalid document root or IP address.
-
Start Apache and MySQL servers as:
MAMP PRO can run Apache and MySQL as a service or as a process. Apache and MySQL on Windows are set to run as a service by default for MAMP PRO Windows installations. Running servers as “Network Service” is more restrictive than running them as processes under the current user.