Thursday, 20 April 2017

Installation of Xampp Server in your PC.

Steps to install xampp server in your PC.

Step 1:- Download the .exe file from this link https://www.apachefriends.org/download.html
and then right click on .exe file of xampp and click open.



Step 2:- You  will Get This Installation window on your PC now click next to continue installation setup.



Step 3:-  Now Select folder were you want to install xampp and then click on next.



Step 4:-  Now your setup is ready to install click on next to proceed the installation setup.



Step 5:-   After Clicking next your setup will start installing all the required files which are needed for xampp installation once it is completed click on Next.



Step 6:-  Now Your installation js completed it will ask you do you want to start control panel, leave the checkbox as it is and click on Finish.



Step 7:-  Now a Small Popup will be displayed, choose  your Language and click on save.


Step 8:- Now This Window will be displayed on your PC screen. 



Step 9:-  If you get any security/firewall warnings while installing or using XAMPP (such as the prompt pictured below), make sure you check “Private networks, such as my home or work network” and click “Allow access.” This is very important. If you don’t allow access, XAMPP won’t work.



Step 10:-  Now Click on start To check whether it is running on apache server or not Press Start.



Step 11:-   Open your Browser and type http://localhost then Press Enter if the below window is displayed that means your xampp is installed successfully.



Step 12:- If you want to change your port no. for apache server then click config button.



Step 13:- Now Click on Apache(httpd.conf).



Step 14:-  Notepad file will be opened in that near Listen word change your port no. from 80 to 8081.



Step 15:-  Now Open your browser and type http://localhost:8081.



Step 16:-   But if you click on phpMyAdmin it will say Access denied that means you  have to start your MySql Application.



Step 17:-  Now again Open your Browser and type http://localhost and in that at right corner click on phpMyAdmin if the below window is displayed on your PC screen that means the MySql application is running successfully.






You have Successfully installed xampp server on 

your PC.

No comments:

Post a Comment

Popular Posts

Program of Counting Vowels and Consonants in Javascript

Solution:-  <html> <head><title>Count vowels and consonants</title> <script language="Javascript"...