set up development environment windows

You might need to install Xampp or Wamp on your computer first. Then setup a Virtual Host on your computer which will make sure your when you type your website address, it will point it to the local installation of your computer. Download XAMPP: http://www.apachefriends.org/en/xampp-windows.html Setting up Virtual Host: http://ddmboss.wordpress.com/2013/07/10/how-to-set-up-virtual-hosts-using-xampp/ Hope that helps

Installing WP on localhost

Generally you should only configure WP for localhost if you have physical possession of the computer/server. You cannot access localhost of a remote computer. Well there are tricks that this is beyond the scope of this discussion. Edited to add To install WP on localhost, after installing the WP files, go to: http://localhost/ or if … Read more

WordPress Installation

First thing that comes to mind, is that you haven’t set up an actual database to link the wordpress to so please follow this steps: navigate in your browser to http://localhost/phpmyadmin (I hope it is installed) Create a database with the name wordpress (or whatever else you want) Navigate to your wordpress directory on localhost … Read more