Skip to content
MAMP PRO Documentation

Check remote PHP settings

  1. Create a file named phpinfo.php with the following content:

    <?php phpinfo(); ?>
  2. Upload phpinfo.php to your remote server’s document root.

  3. Open the file in your browser (e.g. http://www.example.com/phpinfo.php).

  4. You will see the full PHP configuration.

    MAMP PRO - remote phpinfo()


Hosting how-to guides