For Web Developer that use WordPress for their publising tools, sometimes need to add code, tweak, add plugins, or create new themes, And if you Desktop running Windows Family (2000, XP, 2003, Vista) you can test you code in you local machine before upload to real server.
What wel’ll need in this tutorial? We need Latest WordPress publising engine from here, latest XAMPP from ApacheFriends that you can grab this one here. Maybe you need this one too, the nicely editor for you windows.
If you was have that all, let’s begin to ride on.
First Time, You need Install you XAMPP application just like usually windows application, use default configuration for easy way.
Before edit the apache configuration, you need extract WordPress to somewhere, example extract to
C:wordpress
After XAMPP installation completed and WordPress extract completed too, next you need tweak you XAMPP application to make a better, and make you WordPress running good. Open Windows Explorer and go to XAMPP Installation folder, default installation is located in
C:Program Filesxampp
And go to folder apacheconf then open httpd.conf with Notepad or Notepad++ (you need install this before use this app), after httpd.conf open find this line
#LoadModule rewrite_module modules/mod_rewrite.so
Then delete this code #, so the code become like this
LoadModule rewrite_module modules/mod_rewrite.so
Then find this lines
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/Program Files/xampp/htdocs"
Replace wthe document root to wordpress extract folder (example)
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/wordpress"
And find this line too
#
# This should be changed to whatever you set DocumentRoot to.
#
< Directory "C:/Program Files/xampp/htdocs">
Change to wordpress folder again
#
# This should be changed to whatever you set DocumentRoot to.
#
< Directory "C:/wordpress">
After that line completed edit, safe the httpd.conf and close the editor then restart the apache xampp via xampp control panel.
Next you need add wordpress databases for you WordPress, to do this, Open your browser (ex. Mozilla Firefox) then type on your address bar http://localhost/phpmyadmin
Wait a second PhpMyAdmin will load, then add new database for you WordPress. After completed edit you WordPress database, you can begin to install WordPress, just replace the old URL on address bar with this address http://localhost, and you will get this message.
There doesn't seem to be a wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.
Like on that message, in Windows we can easy install with just click and add some value, ok next is click that link(create a wp-config.php file through a web interface,) and you’ll redirect to this page.

Next is click Let’s go link, then you redirect to this page

And fill all that value (like database name, user, password, prefix etc) after completed click Submit button and you will redirect to this page

And click running the install, you will redirect to this page

And Click First Step, and you will redirect to this page

And completed all that request field and click next again and you will get the auto password for the first time, and use it for first time login.

Thats all, you are ready to work and begin to tweak your WordPress on you local machine, in next tutorial add multiple host with apache on you windows, so you can have more than one website in single apache web server, this call Virtual Host and still on Windows.
Popularity: 6%
wordpress xampp
You should be seeing a screen with these files (among others) on: go to http://localhost/wordpress/wp-admin/install.php and everything from there
Source: http://www.tamba2.org.uk/wordpress/xampp/
how to install localhost wordpress in windows using xampp
To install wordpress we need xampp application in windows for Apache, Click on view all file tab and select xampp for windows. There are two version of xampp is available to
Source: http://fourblogger.com/how-to-install-localhost-wordpress-in-windows-using-xampp/
wordpress quot; support quot; securing in a windows xampp installation
I'm installing on a Windows machine under XAMPP. Windows doesn't do So I'm not sure how to map the Wordpress install suggestions to a Windows-based system.
Source: http://wordpress.org/support/topic/336879
installing wordpress on local windows using xampp
Wordpress is the most popular web publishing platform for blogs. is simple, beautiful and very powerful. Wordpress is simple because you don't have
Source: http://helpdeskgeek.com/how-to/installing-wordpress-on-local-windows-using-xampp/
install and run wordpress in xampp local host
Install and Run WordPress in XAMPP Local Host It does provide you with the most important concepts on how to install and configure XAMPP in your Windows XP computer.
Source: http://www.aspfree.com/c/a/BrainDump/Install-and-Run-WordPress-in-XAMPP-Local-Host/
installing wordpress on local windows using xampp
Wordpress is the most popular web publishing platform for blogs. is simple, beautiful and very powerful. Wordpress is simple because you don't have to be a technical person in
Source: http://helpdeskgeek.com/how-to/installing-wordpress-on-local-windows-using-xampp/
wordpress xampp
But this only covers Windows ! Yes, sorry . if you First thing to do is download and install Xampp. this is downloaded, copy it all into the /htdocs/wordpress
Source: http://www.tamba2.org.uk/wordpress/move3/
how to install wordpress mu in windows localhost with xampp – make
We are all familiar with WordPress, the popular software that makes blogging an easy and enjoyable task. WordPress MU is an extension of WordPress that gives you the capability to
Source: http://maketecheasier.com/install-wordpress-mu-in-windows-localhost-with-xampp/2009/05/02
windows installation using xampp moodledocs
XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production server
Source: http://docs.moodle.org/en/Windows_installation_using_XAMPP
using xampp for local wordpress theme development
to install XAMPP and WordPress with some test data to have WordPress right on our desktop. This tutorial is for Windows the xampp, and then pass word generated from word press
Source: http://sixrevisions.com/tutorials/web-development-tutorials/using-xampp-for-local-wordpress-theme-development/






I get this message:
“There doesn’t seem to be a wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.â€