Subscribe for Free Updates
-
I Use & Highly Suggest
-
-
Popular Posts
- Install Wordpress on XAMPP/WAMP Web Server posted on June 19, 2010
- Create a Page Redirect Template for Wordpress posted on August 13, 2010
- Wordpress Plugins - How Many is Too Many? posted on June 20, 2010
- Instal & Configure XAMPP PHP/MySQL/Apache Server posted on June 19, 2010
- Aoccdrnig to a rscheearch: Read & Create Mixed Text posted on August 13, 2010
- How To Easily Collect High Quality Product Testimonials posted on June 22, 2010
- Complete Guide to Getting Started with Google Analytics posted on June 7, 2010
- Choose to Visualize Your Dreams into Reality posted on June 9, 2010
Archives



| © Copyright
Install WordPress on XAMPP/WAMP Web Server
If you don’t have a local web server follow the XAMPP install tutorial. I suggest XAMPP over WAMP although both work.
Database
Before we get ahead of ourselves lets start by making a MySQL database for WordPress to store it’s data in. Make sure your web server is started and head over to http://localhost/. Click on phpmyadmin. On the main page in the Create new database field, enter a name for your WordPress database (I went big and named mine ‘wordpress’) and click create.
You will need to know the username and password for your MySQL account. If you don’t know this information or haven’t set it up, read the Configuring section on the XAMPP setup guide.
We are done in the admin.
Download & Install
Head over and download the latest version of WordPress here.
Unzip the WordPress folder to your web root folder. For XAMPP this is C:\xampp\htdocs. For WAMP it is c:\wamp\www. Head over to http://localhost/wordpress.
Note: If you want to change the url of your WordPress install, simply rename the folder and access the corresponding url. I.E. if your WordPress files are stored in C:\xampp\htdocs\testsite then your url would be http://localhost/testsite.
Configure
You will be asked to create a config file. Create this file and continue installing.
The wizard will help you fill in the necessary config settings. Fill them in as follows:
Click install and fill in the details for your WordPress install. Run through the last few steps and login to your new WordPress install!