When I first installed Wordpress, I had a lot of trouble finding information that pertained to the exact problems I was running into. Once I got Wordpress up and running, I realized that it just wasn’t that hard to set up. Since then, I’ve seen numerous people on the Wordpress forums seeking help with the same problems day in and day out.
My web host is 1&1 and I’ve been pleased with the sevice I have. If you don’t yet have a host, 1&1 has packages as low as $2.99/month that has all you need to run a website (even your own Wordpress site) including your domain name. Having said that, 1&1 has their own blog that you can set up through the control panel. This blog is actually a Wordpress blog, but is extremely limited in features and options. I’d recommend going ahead and setting up a database and installing the real thing…………..and I’m going to show you how to do it.
For this tutorial, I’m going to assume that your host is 1&1. You will need the Linux hosted package to have access to MySQL. The first thing we need to do is set up a MySQL database. Log in to the 1&1 Control Panel under the Administration tab, click on MySQL Administration.
There you will click “New Database”:
Next up is to download Wordpress from wordpress.org if you haven’t already. You’ll have to have a utility to unzip the file. I used WinRAR. The only file you’ll need to do anything to before you upload everything is “wp-config-sample”. Right click on the wp-config-sample file and open with Notepad or Wordpad. Here you will fill in your database details from the 1&1 control panel in place of what’s there.
Once you enter the details of your database, go to the top left corner of Notepad and click “File”, then “Save As” and rename the file “wp-config.php”.
Hang in there, because we’re almost done. You’ve already done the hardest and most confusing part. All that’s left is uploading these files to the server. Wordpress will automatically set up the needed tables on your database. For uploading files, I use Filezilla, which is a free program you can download from filezilla.sourceforge.net. Here you will upload all the Wordpress files to whatever directory you want your blog to be in.
If you want Wordpress to be your main site, you would upload the files in to the root directory (index/home/default/etc.). If you would like your blog to be part of an existing site, you would create a directory in the root and upload the files to that directory. AT the time I first wrote this tutorial, I already had a website and wanted my blog address to be www.antbag.com/blog. So I created a directory called “blog” inside the root and uploaded the files there. To create a directory with Filezilla, all you have to do is right click inside the root, and choose “create directory”. It’s really pretty simple.
I hope this has been helpful to you getting Wordpress set up. Personally, I couldn’t find much information on the subject. There were plenty of tutorials, but not that explained setting up the database and how to get done what needed to be done in the 1&1 Control Panel. Good Luck.