XAMPP is an abbreviation for Cross-Platform, Apache, MariaDB, PHP and Perl. It is a popular cross-platform server set up used to create a local web server on a computer to test a website under development. It is developed and maintained by Apache Friends.
In this post, we will learn how to install XAMPP on a computer having Windows 10 operating system with 64 bit configuration. So, let’s start.
Install XAMPP on Windows
First, open the URL https://www.apachefriends.org/ on a browser. Click on “XAMPP for Windows“. It will start downloading the installer setup file on to your system. After completion of the download process, click the setup file. It will display a warning like the below image. Just click OK.
It will start the setup wizard like the below image. Click Next > to proceed.
Now, it will display “Select Components” screen. Keep it as it is. Click Next >.
In the next screen select a folder to install XAMPP. You can also keep the default one i.e. C:\xampp. Click Next >.
In the next screen select the language and click Next >.
Again click Next > in the following screen. (If you want you can uncheck the checkbox next to “Learn more about Bitnami for XAMPP”.)
Now click Next > to start the installation process.
It will display a screen like the below image.
Once the installation is complete, click Finish.
(You can also uncheck the check box for “Do you want to start the Control Panel Now?” and click Finish. In this case, you have to open the XAMPP Control Panel app by searching on Windows 10 Search feature in the taskbar.)
It will open the XAMPP Control Panel.
To test if it is installed correctly or not, click Start for Apache and MySQL. Open a browser. Type localhost and press Enter. If it will open the XAMPP start page or the dashboard page like the below image then we have installed it correctly.
Congratulation! Now we can start developing our website and test on a local web server.