How to Install MAMP on Windows [2024]

Updated:

by

How To Install MAMP On Windows featured

Do you want to install MAMP on Windows to run your PHP-powered sites/applications on a virtual host (localhost)? You’re in the right place.

In this tutorial, I will guide you step-by-step on how to download MAMP, how to install MAMP on Windows, and how to test your MAMP by creating and running a PHP file on it.

MAMP stands for Macintosh, Apache, MySQL, and PHP. It installs local server (localhost) environment on your Windows and Macintosh operating systems. MAMP offers two versions (1) MAMP (2) MAMP PRO. MAMP is the free version whereas MAMP Pro is the paid version.

Following topics will be covered in this post:

  1. How to Download & Install MAMP on Windows
  2. How to Run MAMP on Windows
  3. How to Create and Test a PHP File on MAMP

01. How to Download & Install MAMP on Windows

In this section, I will guide you step-by-step on how to download MAMP and install it on your Windows.

  • Go to MAMP Download Page for Windows.
  • Click on the Free Download button.
Go to MAMP Download Page for Windows. Click on the Free Download button.
  • Click on the MAMP & MAMP PRO Windows 10+. The current version of MAMP is 5.0.5.
  • It will be downloaded to your computer.
Click on the MAMP & MAMP PRO Windows 10+. The current version of MAMP is 5.0.5.
  • Open the Downloads folder on your Windows and click on the MAMP Setup to begin the installation.
Open the Downloads folder on your Windows and click on the MAMP Setup to begin the installation.
  • MAMP installer recommends you to close all other applications before continuing.
  • Click on the Next button.
MAMP installer recommends you to close all other applications before continuing. Click on the Next button.
  • Here the Installer is asking you whether you want to install MAMP PRO and Apple Bonjour, in addition to MAMP free version. Check their boxes if you want to install them.
  • Click on the Next button.
Here the Installer is asking you whether you want to install MAMP PRO and Apple Bonjour, in addition to MAMP free version. Click on the Next button.
  • Check, I accept the agreement.
  • Click on the Next button.
Check, I accept the agreement. Click on the Next button.
  • Select the Location where MAMP will be installed. By default, it chooses the C:/ drive. It will be installed on your chosen drive in the MAMP folder.
  • Click on the Next button.
Select the Location where MAMP will be installed. Click on the Next button.
  • It is asking you, where should setup locate the program’s shortcuts. Enter MAMP.
  • Click on the Next button.
It is asking you, where should setup locate the program's shortcuts. Enter MAMP. Click on the Next button.
  • Check the Create a desktop icon.
  • Click on the Next button.
Check the Create a desktop icon. Click on the Next button.
  • Setup is ready to install MAMP on your computer. Click on Install button.
Setup is ready to install MAMP on your computer. Click on Install button.
  • It may take 5 to 10 minutes to complete the installation of MAMP, so be patient while it completes.
It may take 5 to 10 minutes to complete the installation of MAMP, so be patient while it completes.
  • MAMP has been successfully installed on Windows. Click on the Finish button.
MAMP has been successfully installed on Windows. Click on the Finish button.

02. How to Run MAMP Server on Windows

The installation of MAMP is completed, now it is time to run your MAMP server on Windows.

  • Click on the MAMP shortcut.
Click on the MAMP shortcut.
  • This is the MAMP Control Panel. You can see here that the signals of Apache Server and MySQL Server are white, means they are not started yet. Windows Defender Firewall has blocked some of the features of Apache Server and MySQL Server.
  • Windows Security Alert will prompt you for the permission whether to give them access or not, as shown in the next step.
The MAMP Control Panel. The signals of Apache Server and MySQL Server are white, means they are not started yet.
  • Click on the Allow access button to give access to Apache Server Module.
Click on the Allow access button to give access to Apache Server Module.
  • Click on the Allow access button to give access to MySQL Server.
Click on the Allow access button to give access to MySQL Server.
  • Now you can see that the signals of Apache Server and MySQL Server are green, means they are running. You can Start/Stop MAMP server using the button Stop Servers and Start Servers.
  • You can change Ports, PHP version, Server type, and Cloud options on MAMP Control Panel from MAMP => Preferences.
  • Click on the Open Webstart page to open the Dashboard of MAMP on browser.
The signals of Apache Server and MySQL Server are green, means they are running.

This is the Dashboard of MAMP. If your MAMP server is not setup properly this page won’t be opened. It shows the version of your MAMP Server and also tells you whether it is updated or not. You can open phpMyAdmin (My SQL Database) and PHP Info, that shows the current configuration of PHP.

 Dashboard of MAMP
  • Type localhost on browser, another way to test your MAMP Server. You can see here that it is showing you the message, “The virtual host was set up successfully.“.
Type localhost on browser, another way to test your MAMP Server

03. How to Create and Test a PHP File on MAMP

The MAMP localhost is running on your Windows. Now let’s create a PHP file and run it on your localhost.

  • Open the MAMP folder.
Open the MAMP folder.
  • Open the htdocs directory. It is the root directory of MAMP Server where you store/place your site’s data which is to be run on localhost.
Open the htdocs directory.
  • Create a new folder test.
Create a new folder test.
  • Right-click on the white space, go to New, and click on the Text Document.
Right-click on the white space, go to New, and click on the Text Document.
  • Rename the text file to index and replace .txt with the .php file extension.
Rename the text file to index and replace .txt with the .php file extension.
  • Now Paste this code in the file and Save.
<!DOCTYPE html>
<html>
<body>

<h1>MAMP Installation in Windows</h1>

<?php
echo "I have successfully installed MAMP in Windows. Thanks Meer's World!";
?>

</body>
</html> 
Now Paste this code in the file and Save.
  • Browser the test folder on localhost like this: http://localhost/test. You can see that the PHP code in the index.php file has been executed successfully.
Browser the test folder on localhost like this: http://localhost/test.

If you like this post don’t forget to share this post with other people. Share your feedback in the comments section below.

Also Read

Related Topics: , , , ,
Buy Domain and Hosting on Namecheap Now
Find a Freelancer for website design, logo design, graphic designing, WordPress, Blogger, NFT, AI, SEO, Digital Marketing, Amazon Seller Services, Voice Over, Script Writing, Data Entry, Translations, and many more...
Download Website Themes
Mangools SEO Tools
Order Motivational T-Shirts With Quotes from Our Store Fire Ram 23.4.

Subscribe to Our Newsletter!

2 responses

  1. Avatar

    thanks, tutorial very helpfull.

    1. Meer Basit

      You’re most welcome, Hazuka.

Leave a Reply

Your email address will not be published. Required fields are marked *