Home » Blog » 2. Installing XAMPP Server – The Step by Step Guide

2. Installing XAMPP Server – The Step by Step Guide

Hello guys,

Do you want to develop website even if you don’t have deep knowledge of developing??

Then today we are going to show step by step process to develop website for non technical person. Here is some basic stuff you have to done before going to develop website.

Professional developers always prefer to test their project on locally before they make them live. And if you want to test your website before make it live to users you have to install WAMP or XAMPP server. Here we are going to install XAMPP server.

For Wamp Installation Visit How To Install WAMP.

Step 1.

Open the XAMPP website. Go to https://www.apachefriends.org/index.html in your computer’s web browser.

 

Step 2.

Click XAMPP for Windows. It’s a grey button near the bottom of the page.
Depending on your browser, you may first have to select a save location or verify the download.

 

Step 3.

Double-click the downloaded file. This file should be named something like xampp-win32-7.2.4-0-VC15-installer, and you’ll find it in the default downloads location (e.g., the “Downloads” folder or the desktop).

 

Step 4.

Click Yes when prompted. This will open the XAMPP setup window.
You may have to click OK on a warning if you have User Account Control (UAC) activated on your computer.

 

Step 5.

Click Next. It’s at the bottom of the setup window.

 

Step 6.

Select aspects of XAMPP to install. Review the list of XAMPP attributes on the left side of the window; if you see an attribute that you don’t want to install as part of XAMPP, uncheck its box.
By default, all attributes are included in your XAMPP installation.

 

Step 7.

Click Next. It’s at the bottom of the window.

 

Step 8.

Select an installation location. Click the folder-shaped icon to the right of the current installation destination, then click a folder on your computer.
If you have the UAC activated on your computer, avoid installing XAMPP in your hard drive’s folder (e.g., OS (C:)).
You can select a folder (e.g., Desktop) and then click Make New Folder to create a new folder and select it as the installation destination.

 

Step 9.

Click OK. Doing so confirms your selected folder as your XAMPP installation location.

 

Step 10.

Click Next. You’ll find it at the bottom of the page.

 

Step 11.

Uncheck the “Learn more about Bitnami” box, then click Next. The “Learn more about Bitnami” box is in the middle of the page.

 

Step 12.

Begin installing XAMPP. Click Next at the bottom of the window to do so. XAMPP will begin installing its files into the folder that you selected.

 

Step 13.

Click Finish when prompted. It’s at the bottom of the XAMPP window. Doing so will close the window and open the XAMPP Control Panel, which is where you’ll access your servers.

 

Step 14.

Select a language. Check the box next to the American flag for English, or check the box next to the German flag for German.

 

Step 15.

Click Save. Doing so opens the main Control Panel page.

 

Step 16.

Start XAMPP from its installation point. If you need to open the XAMPP Control Panel in the future, you can do so by opening the folder in which you installed XAMPP, right-clicking the orange-and-white xampp-control icon, clicking Run as administrator, and clicking Yes when prompted.
When you do this, you’ll see red X marks to the left of each server type (e.g., “Apache”). Clicking one of these will prompt you to click Yes if you want to install the server type’s software on your computer.
Counterintuitively, double-clicking the xampp_start icon doesn’t start XAMPP.

 

Step 17.

Resolve issues with Apache refusing to run. On some Windows 10 computers, Apache won’t run due to a “blocked port”. This can happen for a couple of reasons, but there’s a relatively easy fix:
Click Config to the right of the “Apache” heading.
Click Apache (httpd.conf) in the menu.
Scroll down to the “Listen 80” section (you can press Ctrl+F and type in listen 80 to find it faster).
Replace 80 with any open port (e.g., 81 or 9080).
Press Ctrl+S to save the changes, then exit the text editor.
Restart XAMPP by clicking Quit and then re-opening it in administrator mode from its folder.

Leave a Reply

Your email address will not be published.