28
2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 1/28 Home Plugins Themes Support Blog Plans & Pricing Username Password Sign In Plugins Themes Support Blog Contact Plans & Pricing Featured, tutorials Install WordPress Locally on Windows

Xampp wordpress install wordpress locally on windows

Embed Size (px)

Citation preview

Page 2: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 2/28

with Xampp

by Siobhan McKeown August 19th, 2011

FollowFollow 21

Today I’ve got a reader-requested tutorial about how you can install WordPress on your Windows 7

computer (same applies for Windows XP & Vista). This is such an important part of my WordPress

working life, and if you don’t know how to do it, now’s your chance to learn. But first…..

Why Would I Want to Install WordPress on myComputer?Installing WordPress locally gives you a

fantastic test environment. You can install as

many WordPresses as you want on your

computer. On mine I’ve got:

This gives me all sorts of scope for testing stuff out, playing around – a WordPress playground right

on my computer.

Let’s get started:

1. Download Xampp

Xampp is an Apache distribution containing MySQL, PHP and Perl. This makes it awesome for

WordPress. You can download it from here.

There are a number of different distributions so make sure you select the distribution that’s correct for

your operating system. For the purposes of this tutorial we want the Windows distribution.

58 Responses

Like 37

Single-site

Multisite

Beta

Plugins

WordPress

Page 3: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 3/28

Find out moreFind out more

Click on the distribution.

Click on the installer.

2. Install Xampp

Double click on the installer and choose your language.

Featured Plugin - Every great SEO tweak you need, in one snazzy bundle

Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO

optimization of your WordPress setup - this is the only plugin you need to help you rank your site

number 1 on Google - nothing else compares.

Page 4: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 4/28

Decide where you want to install xampp.

Click install.

Page 5: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 5/28

Sit back, relax, wait for it to install.

3. Fire up Xampp

Page 6: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 6/28

Start Xampp. Start Apache and MySQL.

You may get a warning from Windows. You want to make sure that Windows allows access.

You can check to see if your new local server is installed by visiting http://localhost

Page 7: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 7/28

Find out moreFind out more

Nice!

4. Set up MySQL Database

On your Xampp control panel click the admin button beside MySQL.

Featured Plugin - Send beautiful html email newsletters, from WordPress!

Now there's no need to pay for a third party service to sign up, manage and send beautiful email

newsletters to your subscriber base - this plugin has got the lot.

Page 8: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 8/28

In your browser you’ll be taken to the MySQL dashboard. You need to fill in the details for your new

database:

Note: if you are doing a live installation on a server you must add a username and password. Do not

use “root” ever on a live site. This isn’t necessary on a local installation.

5. Download and unzip WordPress

Download WordPress.

You need to unzip it to the correct folder on your computer. Find the Xampp folder and navigate to

Set your MySQL connection collation: to utf8_unicode_ci

Choose the name for your database. I’m naming this one singlesite – you can call it whatever you want.

Page 9: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 9/28

xampp>htdocs

Unzip WordPress there and rename the WordPress folder to whatever name you want. I usually

match mine to my database name.

6. Configure WordPress

Open up wp-config-sample.php and find the MySQL settings.

Here is what you need to update the settings to:

/** The name of the database for WordPress */

define('DB_NAME', 'singlesite');

/** MySQL database username */

define('DB_USER', 'root');

/** MySQL database password */

define('DB_PASSWORD', '');

/** MySQL hostname */

define('DB_HOST', 'localhost');

Remember to replace singlesite with whatever you called your database.

Save the file in your root WordPress folder as wp-config.php

7. Install WordPress

Open up your browser and navigate to http://localhost/singlesite/

Page 10: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 10/28

Find out moreFind out more

Featured Plugin - Start your own Quora / StackOverflow / Yahoo Q&A site

It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The

Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A

environment.

The familiar WordPress installation screen will appear.

Page 11: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 11/28

Get the latest WordPress news: Get our free weekly WordPress digest:

Fill in your details and click “Install WordPress.”

There you go – WordPress is installed locally on your computer.

Have fun!

Share this article with friends: TweetTweet 47 21

Found this article interesting?

Like 37

Page 12: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 12/28

Follow Follow @wpmuorg@wpmuorg Follow

RSS

Subscribe »Subscribe »

Siobhan McKeownSiobhan McKeown is a big fan of words, and of WordPress, which works out pretty

well since she runs Words for WP, the only copywriting service dedicated to

WordPress service providers. You can find her on her personal blog,twitter and

occasionally hanging out on G+.

Siobhan's website

Like Send 15,867 people like this. Sign Up

to see what your friends like. [email protected]

Comments (58)

Why not just use WP as mentioned previously on this blog?

Are there any advantages to the xampp route instantWP?

Cause it sure is slick to have it cooking with one click and be able to move the whole WP install around or

copy it by just moving or copying one folder.

Sorry, posting from my phone- I meant why not use InstantWP?

http://www.instantwp.com/

Roger Waggener#August 19th, 2011 @ 10:57 am

Roger Waggener#August 19th, 2011 @ 10:59 am

Siobhan

Page 13: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 13/28

Good question. I’m going to do a comparison of the two next week :)

DesktopServer is XAMPP with a twist. Installs WordPress sites in a click. Mac & Windows and

features ‘virtual hosts’ servers, with a ficticious top-level domain .dev, that can make

transitioning to a .com real server easier. No host files or database to mess with either. It

configures it all. Just supply the fake domain names, like http://www.test-some-plugins.dev,

http://www.example.dev, etc. http://serverpress.com/products/desktopserver

I’ve used both, Roger, and I prefer Xampp. Xampp lets you host directly from the root, whereas Instant

WordPress always hosts you in a subdir (/wordpress). I haven’t found a way around this in InstantWP;

maybe they’ll fix it in a later version.

I also like using Xampp to test out other platforms and technologies alongside WordPress. InstantWP is

perfect if you don’t do much development outside of WP.

Siobhan – GREAT tutorial!

+ Jay

It’s the right thing to do as alt to “cowboy programming”. :-)

If you’re doing a comparison you could take a look at Bitnami. I have used this and seems similar to

Xampp. InstantWP seems easiest though.

One aspect worth testing is how each it is to import from your live WP system, dev / test locally and move

back.

#August 19th, 2011 @ 11:20 am

sc#October 4th, 2011 @ 3:10 am

Jay Andrew Allen#August 19th, 2011 @ 12:47 pm

Ben Tremblay#August 23rd, 2011 @ 6:51 pm

Giles Farrow#August 19th, 2011 @ 1:27 pm

Page 14: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 14/28

Great tutorial! I’ve spent many a Friday evening at home with a glass of wine and XAMPP fired up. ;)

I’ve used both – XAMPP and Instant WP and IWP is the one I like more. I don’t know for you guys, but on

my PC xampp doesn’t work when I am signed in Skype. Need to close Skype in order to use xampp…

Stefan,

The problem is a port conflict as Skype by default use port 80, which XAMPP wants to use as well.

Here is an easy solution:

http://kodegeek.wordpress.com/2009/07/20/xampp-and-skype-port-conflict-issue/

Cheers,

Martin

I like the way you explained that things. Permission for saving :)

Hi Siobhan, your tutorial looks quite straight forward and well presented but i am having problems with

step 4. When i click ‘Admin’ next to the mySQL button nothing happens? Ive tried it on windows 7 and XP

systems. Ive also asked someone else to test it out on their computer and they are getting the same

result. Do you have any idea what the problem could be? Im using Xampp control panel version 2.5 (9.

May 2007)

Sarah Gooding#August 19th, 2011 @ 5:24 pm

Stefan#August 23rd, 2011 @ 8:32 am

Martin Karlsson#November 7th, 2011 @ 12:06 pm

Xhiloe#August 23rd, 2011 @ 2:14 pm

Dave#August 28th, 2011 @ 8:23 pm

Page 15: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 15/28

Also i noticed in your tutorial the Xampp control panel is different in step 4 from the one in step 3. Is

there a reason for this?

Thanks – Dave

Hi Dave,

Did you ever resolve this issue? I’m having exactly the same issue! Please let me know.

Charma :)

No i never resolved this issue. Siobhan didnt reply to my question so i went with a portable Word

Press package called “Instant Word Press” which worked great for me first time :)

http://www.instantwp.com/

If anyone still has this problem, try stopping mysql, opening c:\xampp\mysql\bin\my.ini, search

the file for “bind-address” and remove the “#” from the beginning of the line. Save & restart

mysql. Click admin and refresh the page. Worked for me when I got stuck at this step

I had the same issue; I was using an older version of XAMPP that I had installed a few years

back for some JOOMLA sites.

Solution: you can find the MySQL admin yourself by typing http://localhost/phpmyadmin.

Charma#February 5th, 2012 @ 9:03 pm

Dave#February 6th, 2012 @ 3:42 pm

Stephanie Suits#July 8th, 2012 @ 10:33 am

Arco Keijzer#August 31st, 2012 @ 5:46 am

Rick Hammon#September 9th, 2011 @ 1:30 pm

Page 16: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 16/28

As someone who is on the go at nearly all hours of the day, is there a way to manage my wordpress

using a mobile version of this? I’ve asked around even called a technical staffing firm, and from what I

hear theres only a viewing app from WP but thats it..

Thanks for this awesome tutorial, Siobhan. I’m gonna check out Xamp. By the way how do we install

phpMyAdmin (or anything similar) to manage our local WordPress database?

Hi Kevin.

No XAMPP includes phpmyadmin already and can be reached from the xampp webpage on your

localhost.

Uh…who’s awesome? Siobhan McKeown is!

Thank you for this article – most helpful. If I want to set up and test multiple WordPress sites, do I follow

these steps as written? What would I do next, or instead, to create and connect to the multiple sites? Two

are sites that are created that I would like to have also in a local testing environment as we are making

updates (it is a free wordpress site), and two are new sites that will be developed and then loaded via

hosting (not free versions but hosted WP).

Thank you!

~ Caprice

Kevin#September 19th, 2011 @ 5:15 pm

Tom Eagles#September 28th, 2011 @ 8:57 am

Ed Coyne#October 5th, 2011 @ 6:24 am

Caprice de Lorm#November 10th, 2011 @ 3:37 pm

Andrew#November 26th, 2011 @ 8:11 pm

Page 17: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 17/28

Siobhan – awesone post and easy to follow. I am having the same issue as Dave 28.aug.2011.

I have changed the skype port (thanks Stephan) and tried to run Aampp again with no luck. It just keeps

running.

a

Thanks for the tutorial! I am, however, having one trouble spot:

After several attempts and double checking that I am following the steps correctly, I cannot get past step

6. After saving the wp-config.php file with the proper edits, I try to launch the page at

http://localhost/singlesite and get an Error 404 – Not Found.

I’m not really sure what I’m doing wrong here…any help?

(I did purposefully name mine “singlesite” as well, for reference.)

Hey Shawn:

I had the same issue. Try putting this in your browser:

http://localhost/wordpress/wp-admin/install.php

This assumes the files are installed in a directory called ‘wordpress’. It launched the install page and

seems to work.

Thanks, Will!

I tried http://localhost/singlesite and http://localhost/wordpress/wp-admin/install.php. I received a

Error 404 – Not Found and Error establishing a database connection. I checked the config file

Shawn#December 2nd, 2011 @ 6:01 pm

Will#December 5th, 2011 @ 10:12 pm

Shawn#December 11th, 2011 @ 4:58 pm

Jose#December 14th, 2011 @ 3:28 pm

Page 18: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 18/28

for the database and user name which are correct. The XAMPP Control Panel does show

Apache and MySql running.

Thanks in advance for any assitance to what I can check.

Have you tried: http://localhost/singlesite/wp-admin/install.php

I am having the exact same problem!Here’s what I get:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please

check your spelling and try again.

If you think this is a server error, please contact the webmaster.

Error 404

localhost

12/18/11 10:19:41

Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1

Thanks for any help!

Hey,

I just wanted to share with you our easy online wordpress installer, it is absolutely free to use.

Here is the link: http://www.freewpinstaller.com

Thank you

Siobhan McKeown#December 15th, 2011 @ 7:36 am

Lauren#December 18th, 2011 @ 10:25 am

FreeWPinstaller#December 7th, 2011 @ 10:54 am

Pals#December 15th, 2011 @ 7:15 am

Page 19: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 19/28

Thanks for this wonderful document, for me everything worked fine except last step. But I think, being

new to web technology, I’m not keeping my unziped wordpress folder in proper directory. Will you explain

where I need to keep my wordpress folder?

Thanks in advance.

Unzip all of the files and folders in the wordpress folder into htdocs/singlesite (i.e. they shouldn’t be in

the WordPress folder anymore)

Or you can unzip the WordPress folder to /htdocs/ in which case your address for your WP site would

be localhost/wordpress/

I was having the same error message. The way I fixed my problem was by moving the contents of

the wordpress folder into one called singlesite (same as above), after that it didn’t recognize the

database I had previously created. I dropped the database, and then created another one (named

the same thing)and voila!! worked like a charm.

I used new AMPPS stack to install my WordPress. It was damn easy. Also it allows me install other 230+

open-source scripts. :D

http://www.ampps.com

hey thanks Siobhan !! It was a great tutorial !!

Siobhan McKeown#December 15th, 2011 @ 7:30 am

William Hall#March 5th, 2012 @ 3:26 pm

Frank#December 19th, 2011 @ 2:24 am

Preethi#December 19th, 2011 @ 12:15 pm

CK MacLeod#December 21st, 2011 @ 2:28 pm

Page 20: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 20/28

Nicely done, except that your instructions are unclear at a couple of points.

Under #4, you leave out a couple of steps/screens that appear at least on my Win7, XAMPP/PHPadmin

installation: I need to select MySql. Several databases appear already to have been created, included on

called “test.” When I get to “create database,” there is no connection option. I get a log-in screen with the

user field blank. I used “root,” but it’s not clear to me whether I could have named any user.

Under #5, you instruct us to “navigate to htdocs,” and advise us to download/unzip WordPress… but you

don’t specify where. In the htdocs directory, in a new directory under the desired name of the

installation… if you do that, WordPress will download into yet another subdirectory…

The correct choices for the above will no doubt appear obvious to an experienced user, but will create

uncertainty and confusion for a first-timer. The choices would easily and simply be clarified with just a

couple of small additions, for instance by showing full paths in the example images.

Hey great Tutorial. I noticed you had a multisite directory in your htdocs, I’m going to guess for this site

you enabled the wordpress multisite feature. I’ve actually been trying to do this for some time and I’ve

been running into a few problems. It would be great if you could point me in the right direction as to how I

would go about doing this properly. I’m OK on enabling the multisite options, most of my problems lie in

the configuration of the server and the hosts file.

Happy New Year!

Just wanted let everyone know that a new version of DesktopServer v3.3 is now out. It automates all of

this for free. The premium version does multisite and more.

http://serverpress.com/news/getting-started-with-wordpress-multisite/

Also had the same issue in Step 7, with http://localhost/singlesite error!

Went back to step 6 and inserted my MySql Database password in the MySql Settings section in wp-

config.php

eg…

/** MySQL database password */

Tom#January 2nd, 2012 @ 5:23 pm

Steveorevo#January 2nd, 2012 @ 5:33 pm

Duane#February 10th, 2012 @ 1:42 am

Page 21: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 21/28

define(‘DB_PASSWORD’, ‘mypassword’);

Then accessed WP Setup via url:

http://localhost/wordpress/wp-admin/install.php

So far, so good, although I am currently downloading Instant WordPress too as I like the idea of being able

to run WordPress off a Flash Drive (which means I can take demo-sites to clients)

One other thing… once installed, the WordPress Dashboard is accessible via URL:

http://localhost/wordpress/wp-admin

Very useful post as i am new in WordPress this post might help me to install WordPress locally.

Thanks

Very useful blog. This post might helpful to those who want to install worpress locally.

Thanks for sharing.

http://touchwebsitesolutions.com

A very useful article, for WordPress beginners, for creating test environments. Thanks a lot for such

useful article & for sharing this article.. Thanks!

Thanks, very useful guide, though had some problems with step 7, install wordpress where is says ‘Open

Duane#February 10th, 2012 @ 2:01 am

Anonymous#March 12th, 2012 @ 4:28 am

Anonymous#March 12th, 2012 @ 4:30 am

Amit Anushka#March 14th, 2012 @ 1:37 am

Stephen Williams#May 5th, 2012 @ 4:23 am

Page 22: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 22/28

up your browser and navigate to http://localhost/singlesite/'- actually turns out needed to navigate to

http://localhost/wordpress/‘ to get to the wordpress installation page- help this helps others

very helpful! guided me till the end :)

thank you very much.

Hi,

Am at step 3 but when I start apache – it stops after a few seconds. Am stuck at step 3. Help:) Anyone:)

Gr8 tutorial….awesome work….Very easy to install… Thumbs Up :)

Amazing tutorial!!! Thanks!!

great tutorial its help me a lot and after reading this all stuff i m able to easily install WordPress on my

computer

thanks

Liza Clutario#May 23rd, 2012 @ 9:54 am

Mocci Ryen#September 6th, 2012 @ 8:10 am

Rohit Bhardwaj#September 14th, 2012 @ 9:21 am

Alex Irae#September 30th, 2012 @ 1:15 pm

Yumna yousaf zai#October 7th, 2012 @ 6:20 am

Gresikdotco#October 26th, 2012 @ 8:04 am

Page 23: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 23/28

Thx for sharing great tutorial about xaamp…

http://gresik.co/

Dear sir

i unable to install wordpress asking username password how to create database in local

Nice tutorial, worth noting that when using MAMP on Mac you will need to set the Database password to

‘root’ aswel as the username.

http://www.mathewporter.co.uk

Siobhan,

Thank you so much for a simple & straightforward install process for windows.

Regards,

Amir

Siobhan,

Thanks so much for this. I was frustrated because I couldn’t figure out WHERE to put the wordpress

folder. You told me! Quick and easy after much troubles elsewhere.

-dan

ParticipateCreate a Create a free accountfree account to comment to comment

Harsha Acharya#November 27th, 2012 @ 10:10 pm

mathewaporter#December 17th, 2012 @ 12:20 pm

amir_barlas#February 1st, 2013 @ 3:27 pm

dan_albert#February 5th, 2013 @ 10:48 am

Page 24: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 24/28

Introducing Instant

WordPress: A Free

Portable

Development

Environment

How to Install

WordPress in Under

90 Seconds

WordPress, meet

iPad: How to Install

WordPress from Your

iPad

Tags

campp install wordpress locally Windows windows 7 wordpress

wordpress on windows

Categories:

What do you think? Let us know...

Submit comment »Submit comment »

Login with Facebook

We'll never post to your profile or do anything

annoying, promise.

Login with Google

This will not give us access to your password, email

or anything else.

or

Similar articles

Create Create your free accountyour free account below below::

Create account »Create account »

Already a member? Sign In

your username your e-mail password

Page 25: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 25/28

WordPress

Plugins

Themes

News

Free

Multisite

Plugins

Themes

Showcase

Development

BuddyPress

Plugins

Themes

Showcase

Development

Tutorials

WordPress

Multisite

BuddyPress

Plugins & Themes

Community

News

Opinion

Releases

WPMU DEV

Miscellaneous

e.g. WordPress e-commerce Search

Categories

WordPress

Multisite

BuddyPress

Tutorials

Community

15,860 fans 16,918 fol lowers 7,926 subscribers 132,478 members

Featured WordPress Plugin:

Page 26: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 26/28

Appointments + is the only WordPress booking and management plugin that you’ll ever need – this

has got the lot.

Find out more »Find out more »

WPMU Newsletter

Subscribe for latest WordPress news, tips, tutorials & deals.

121,514 subscribers

Subscribe »Subscribe »

Follow the latest WordPress news:

Follow us on your social networks for all latest juicy updates in the world of WordPress.

Follow Follow @wpmudev@wpmudev Follow RSS

Featured WordPress Theme:

Blogs MU is a stunning teams, groups and networking oriented theme.

Find out more »Find out more »

Popular Posts:

[email protected]

WPMU DEV

Like

15,867 people like WPMU DEV.

Facebook social plugin

Page 27: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 27/28

Why You Should Never Search For Free WordPress Themes

The latest version of our ‘Snapshot’ WordPress backup plugin is amazing

7 WordPress Plugins that Will Improve Your Site’s Search

WordPress 3.5 Elvin Is Ready For Download

You’re gonna love our new Appointments + plugin

10 Responsive Slider Plugins for WordPress

The Top 100 WordPress Plugins For Your Site

10 Beautiful HTML5 Video & Audio Players for WordPress

Featured Video

Page 28: Xampp wordpress  install wordpress locally on windows

2/18/13 Xampp Wordpress: Install Wordpress Locally on Windows

wpmu.org/install-wordpress-locally-on-windows-with-xampp/ 28/28

View more videos from WPMU DEV

Search this site:

e.g. Social plugin Search

Submit WordPress news to usSubmit WordPress news to us

WPMU.ORG

About us

Contact us

Privacy Policy

Publishing Policy

WPMUDEV

About WPMU DEV

Plugins

Themes

Support

Plans & Pricing

© Copyright 2004 - 2013 WPMU.ORG, all rights reserved. WPMU.ORG is an Incsub group project.

© 2013 WPMU.ORG