Skip to content
MAMP PRO Documentation

Where are the configuration files located?

The changes you make in the MAMP PRO interface and template files are used to generate the actual configuration files. These configuration files are recreated every time you start your servers. You cannot edit them directly, but you can view them to verify that your changes in the interface or template files are being correctly reflected.

  • PHP
    C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\php.ini

  • MySQL
    C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\my.ini

  • Apache
    C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\httpd.conf

  • Apache-SSL
    C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\httpd-ssl.conf

  • Nginx
    C:\Users\Public\Documents\Appsolute\MAMPPRO\conf\nginx.conf


General