Back to all posts

Set Up a Local WordPress Site Installing WordPress Using XAMPP


STEP 1: Download Latest WordPress File

Download Link

Move downloaded file into XAMPP folder htdocs and extract this folder

After extraction completed you get a folder named wordpress and inside this folder you have wordpress files and folder structure.


STEP 2: Setup WordPress site

After extracting file go to http://localhost/wordpress/ you view this page.

Click on continue

You need a database to install WordPress locally so goto http://localhost/phpmyadmin/

Create a database

Now you get blank database

Now go back to wordpress setup and enter all credentials
If you working with XAMPP username is root, password is blank (No need enter any thing)

Click on submit

Click on run the installation

Enter all the information according to your website

Click on Install WordPress

Click Login


STEP 3: Final Step

Goto http://localhost/wordpress/wp-admin

Login with your credentials

Now your empty database will look like this

Now you can view http://localhost/wordpress

Thanks for reading…