Skip to main content

How to install Wamp Server Windows 10, Windows 7 (With Screeshots )

WampServer is a localhost  server for windows, which allow you to install and host  apache, PHP  and mysql applications.

This article will stroll you through the stairs to install WampServer to your laptop.

Step 1:  Downloading WampServer 


To download WampServer just click here --> Download latest version WAMPSERVER .you will find two different files, 30bit and 64bit.To check your system right-click on My Computer and select properties.After checking your system download the exact one.
System type will be your operating sestem.

 Step 2:  Installing WampServer 

To start the setup, you want to open the folder wherein you saved the file, and double-click on the installer report. A safety warning window will open, asking in case you are positive you need to run this document. Click run to start the installation procedure.

Subsequent you will see the welcome to the WampServer setup wizard display. Click next to continue the setup.
 the next display you are offered with is the license agreement.  select the radio button  "I accept the agreement" and then click "Next"
Now you need to select file location where you want to put the setup file.It will automatically choose your C-drive.You can setup it to another drive.If you didn't want to setup on another drive just click "Next " to continue...
Next, it will be appeared  "the Select Additional Tasks" screen.Where you will get " create a quick lanch " and  "create a desktop icon" option.You can select both but selecting  "the create a desktop icon" will be enough.Then select "Next" to continue.
Now you are ready to install Wamp. Select "install"  and it will start installing ...
When the installing process will over, it will ask you to select your default browser.If your default browser is not internet explorer just follow below descriptions.
  • Opera Browser:  C:\ Program Files (x86)\Opera\opera.exe
  • Firefox  Browser: C:\Program Files (x86\Mozille Firefox\firefox.exe
  • Safari Browser: C:\Program Files (x86)\Safari\safari.exe
  • Chrome Browser: C:\Users\xxxxx\AppData\Local\Google\Chrome\Application\chrome.exe

 Now you will see a popup, click "Allow Access."

click "Next"
Check "the launch WampServer now"  and click "finish"
If nothing conflict WampServer icon will turn into green...If it will turn into green it means its now online...

Step 3: Testing WampServer

For testing WampServer just got to http://localhost on your browser and you will get localhost homepage like this ...

Now you have done the setup process.Enjoy localhost server on your PC.....



Comments

Popular posts from this blog

How to Update Custom Theme in Wordpress? [ Upload & Install ]

When you are trying to upload a custom theme just make sure you have all the required files. Step 1: Checking Required Theme Files 1. style.css : Your theme must be contained with style.css which is the main theme CSS file.Here should include your theme informations, version,URL,author name and something like that.  2. index.php :  index.php file will be your theme main template files for all pages or your desire pages. 3. screenshot.png : To represent your theme you will need a screenshot.png file to include in your theme files. 4. functions .php   This file will contain all your theme functions Step 2: Making theme file Now put all your files in a folder and    Give a name it can be theme name.  Then zip the file. Now the theme is ready to install. Step 3: installing theme  Go to your WordPress dashboard and select  Appearanc >> themes >> Add new >> Upload theme Select browse or d...

How to setup WordPress in localhost

Step 1: Setup WampServer To simply download wamp please go to here--> http://www.wampserver.com/en/ You will get two options one is for 64bit and for 32bit.Download as your desktop configuration. Install wamp and start it. If you setup wamp correctly wamp icon will  turn into green. Step 2: Database, Username and Password creation Creating database, username and password click on wamp icon and select phpMyAdmin. It will lead you to phpMyAdmin page on your browser.Click on 'User' First click on "check all" after that "add user" Fill this form with your desire user name, select host as "Local" , set password and click on " Create database with same name and grant all privileges " Than select "Add user" Step 3: Download WordPress For setup WordPress first you need to download WordPress.To download WordPress just go to https://wordpress.org/ and download latest WordPress files.  After dow...