XAMPP Setup & Installation Instructions

Home

Download XAMPP

Click the button below to download XAMPP for Windows:

Download XAMPP for Windows

If you're on Mac or Linux, visit the official XAMPP Website.

How to Install XAMPP

Starting Your Local Server

Test Your Installation

Create a file named test.php inside htdocs with the following content:

<?php
phpinfo();
?>

Then visit: http://localhost/test.php in your browser.

❌ Don'ts (Common Mistakes to Avoid)