Installing WordPress on GoDaddy

February 28, 2007 |

wordpressGoDaddy Setting up WordPress on a GoDaddy hosting account is really not difficult (this blog is an example that it can be done!).  Below are my notes on the process.  If you glance at these steps, and don’t want to mess around with this, consider using one of the following hosting services which come with WordPress pre-installed (fairly rare): An Hosting, Lunarpages, BlueHost, Yahoo

Steps for installing WordPress on a GoDaddy Hosting Account

1. Get an account.  If you haven’t already, purchase a hosting account.  I chose the Deluxe plan, which really isn’t very expensive.  You’ll be emailed directions after you purchase the account.  The email will say it takes 24-48 hrs to activate, but it actually only takes 20 minutes or so.

GoDaddy.com Hosting & Servers

2. Login to the “my account”.  The login is on the GoDaddy homepage.  On the my account screen, click “Hosting Account List”.  Then click “open” under control panel.  You should be at the “Hosting Manager” seen below.

3. Create a MySql Database.  Wordpress stores its data on MySql.

  • Click the MySql icon.  Then click “Create New Database”. Name the db “Wordpress”. 
  • Create a db login.
  • Confirm.
  • Submit.  Wait a minute. Then refresh. The status should change to “setup”. 
  • Click the db name.
  • Highlight the hostname and copy it (ctrl-c).  You’ll need it for the WordPress config file.

4.  Download WordPress.  Unzip the files.

5.  Configure the file wp-config.php.  Change the following lines using your information.

define(’DB_NAME’, ‘wordpress’);
define(’DB_USER’, ‘username’);
define(’DB_PASSWORD’, ‘password’);
define(’DB_HOST’, ‘localhost’);

6.  Upload the WordPress directory to your GoDaddy account.  You’ll need an ftp client to upload files to your account (I use Smart Ftp) and you’ll need the ftp address for your site.  Your address is ftp.yourdomain.com.  Put the files in you top level directory, that way when you go to www.yourdomain.com it will load WordPress.

7. Test WordPress.  There are detailed directions for configuring WordPress here.

 

Around the Web

  • Here is another good tutorial.
Sphere: Related Content

  • Share/Save/Bookmark

Comments

57 Comments so far

  1. Kurt on April 26, 2007 10:39 am

    Humm…should have looked before I wrote last time! =)

    Thank you for these instructions! They were very helpful!

    Kurt

  2. Alan on May 24, 2007 12:34 pm

    Using the Metropolis site within the Hosting Account area on GoDaddy, you can have Wordpress 2.1 installed for you. However, you have to install 2.2 yourself.

    Alan

  3. Cathy on May 30, 2007 9:03 am

    Nice simple info. Couple of small suggestion because I host most of my clients on GoDaddy, and many of them are beginning to use WordPress.

    After downloading the WordPress files, you’ll need to rename wp-config-sample.php to wp-config.php before you upload the edited file.

    Also I’ve found that I do need to edit the ‘localhost’ info in the config file using the GoDaddy database info. Go to the GoDaddy database control panel and look for a label that names the database something like this — p91mysql121.secureserver.net.

    Thanks for letting me add these items. Hope they may save someone a little time and frustration.

  4. Jay on July 5, 2007 5:32 pm

    I have documented my struggles with WordPress on Godaddy on my blog. In addition to the steps mentioned in the article and the helpful comments in the comments, there are a few common issues that popped up for me. I have listed the problems and the resolutions on my blog also. Hopefully someone finds this informative.
    http://www.kelath.net/blog/index.php/2006/01/23/set-up-wordpress-the-easy-way/

    btw, i am on their economy hosting plan on IIS.

  5. Hari on August 22, 2007 2:07 pm

    Thanks for the info…the article and comments really helped.

  6. Samir on September 30, 2007 9:28 pm

    Thanks,, I have never dealt with PHP before, and following your steps made things simple.

    i recommend in your post you highlight that the “Host” should be set the URL given by godaddy, because in the comments in the wordpress config files, it says “99% you won’t need to change this”, although we do.

  7. Igor on November 13, 2007 8:56 am

    Hi!

    Where can I set up email settings? I installed Wordpress that Godaddy offers with their Linux hosting and all is working but emails are not sent ;(

  8. Christiaan Conover on November 28, 2007 2:02 pm

    Igor

    I set up a custom php.ini file in my GoDaddy hosting account, by copying one from a server I own. If you’re familiar with the php.ini settings, or would like to try it out using the settings I chose, go to my web site (www.christiaanconover.com) and contact me, and I’ll send it to you. You simply upload the file named php.ini to your hosting root, and in about 24 hours the server will switch over to using it. I have it configured for use with GoDaddy servers, which will allow you to use mailer script.

  9. Christiaan Conover on December 30, 2007 3:04 pm

    Update: I’ve posted the PHP.INI file I referred to before on my web site. You can access it by going to http://www.christiaanconover.com/2007/12/30/setting-up-a-custom-phpini-file-on-godaddy-hosting/

  10. Ning Wong on January 12, 2008 6:16 pm

    I am running ASP 2.0 on my GoDaddy account. I am discovering that there is a conflict since Wordpress is PHP based.

    Is there away around this?

  11. adi on January 17, 2008 6:43 pm

    I just installed wordpress in my shared godaddy account from the panel hostingconnection. Everything went just fine. Now I’m starting digging how to make the links search engine friendly. Since I don’t know anything about wordpress, it doesn’t look like a trivial job. wish me luck.

    http://www.FactoryPattern.com

  12. Christiaan Conover on March 1, 2008 3:40 am

    I’ve moved my tech blog to a new location. Here’s the new address to the page I linked to above:

    http://tech.christiaanconover.com/2007/12/30/setting-up-a-custom-phpini-file-on-godaddy-hosting/

  13. Brian on March 3, 2008 5:02 pm

    I have a wordpress blog. I want to transfer this to a host so I can advertise on it, bc obviously against wordpress rules. Now after I buy a domain and transfer over, will I be able to advertise, or will this not be allowed bc I will install wordpress.

  14. David on March 6, 2008 4:37 pm

    Brian,
    That only matters if your site is hosted at wordpress.com. As long as you have your own hosting, they don’t care if you have advertising.

  15. Alex on March 16, 2008 7:14 pm

    I know I am kind of bad at this stuff……. where is the hostname in the mysql control panel?

    Thanks so much,

    Alex

  16. vanessa on March 18, 2008 1:48 pm

    Thanks for this… I kept having problems until I read your post and changed the database host name (the “99% chance you won’t need to change this value” in the config file really had me convinced, oops!)

  17. bobby on April 6, 2008 7:52 pm

    4EdewF Hi! Nice site! Where is a add to favorite button& ;)
    http://www.mysite.com

  18. Joe on April 7, 2008 5:43 pm

    Cathy on May 30, 2007 9:03 am

    Thanks

  19. Kristi on April 8, 2008 9:21 pm

    I’m so thankful I found this! Thanks for sharing the wealth :) I had my first client with GoDaddy hosting and was trying to install WP as a CMS to run his site and was running into the Windows vs. Linux server issue first and then got it working only to read about the error with the db connection… the comments here saved me hours of frustration I know. Thanks!

  20. EU Copyright on April 15, 2008 4:53 pm

    Thanks for that.

    I read the entire post and the comments and made the changes just as you all suggested and it seems to be working beautifully - the first time. This is far too good to be true!

    I’m just now building my first WordPress site and it looks a lot easier than building sites with Dreamweaver or the other apps I’ve gotten used to (I’ve tried them all!)

    I’ve got GoDaddy Deluxe Hosting where I can put multiple domains under a master domain for the same price. I just opened a new sub-folder named eucopyright where I’m going to build the new site and uploaded all the wordpress files to it.

    5 minutes and it seems to work as advertised. Wow. Thanks!

  21. Jsing80 on April 18, 2008 2:57 am

    I got to be honest, I have been to countless websites, read numerous amounts of information on forums and details about installing wordpress with my godaddy account. I got to say I am lost! It has taken me a two weeks to accept my faith and let go of my pride to omit my failure.
    I’ve followed the ” Famous 5-Minute Install “ multiple times, but when I try to access my web site I get the message “Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. “ At this point I don’t even know what questions to start asking, if someone could please help a lost soul I would really appreciate it. Thanks! Jon

  22. Ray on May 1, 2008 2:42 pm

    I farted around with this for a total of about 4 hours over a two-day period and still couldn’t get it to work. Was finally about to give up and found simple directions on GoDaddy’s website. It was MUCH easier and was truly a 5-minute install and worked like a charm the first time. You can download and install WordPress right from within your GoDaddy account. Go to Hosting Account List/Content/GoDaddy Hosting Connection. In the Community Tools panel click the WordPress icon and it downloads, configures and installs for you, simple as pie. You don’t have to open files, edit, rename, etc. - none of that crap.

    Man, wish I had know about this earlier, would have saved me HOURS of aggravation. Hopefully others will see how easy this method is.

  23. Jon on May 11, 2008 11:46 pm

    Thanks for the info Ray, but the thing with that is this, what if I want to create a blog with my own them, and also if I wanted to create my own banner without “their advertisements listed on my banner?

    Wouldn’t it be better to do the so called “5 minute” process?

  24. James Hennessey on May 14, 2008 10:13 am

    I too am so lost! I tried endlessly to set up wordpress . After numerous failed attempts I finnaly put down my ego and called customer support. They told me to my horror, that I can’t run php with using windows! They say in life change can be scary. I’ve battled deadly illness, traveled alone in the Middle East, got into the ring with 300lb men that wanted to rip my head off but the thought of changing my OS is way too scary and I can’t do it. I read that the “no php with windows” is bullshit and a case of under qualified support at godaddy. Is this true? I have know experience at php so if anyone has the answer, I’m really gonna need it in fine detail please. Wonderful blog ya got here! Thanx

    Jimmy

  25. Aleem on May 22, 2008 12:40 am

    PHP on windows is completely possible. If you had bought a domain name from godaddy and they say that you can’t host php on windows, then they are lieing. I suggest you setup your own blog on your own computer. I am writing a step by step on hosting wordpress on IIS & Godaddy. You can check it out at http://www.aleemonline.com/index.php/hosting-wordppress-with-iis

    Aleem

  26. elaine on June 14, 2008 3:13 pm

    Hey everyone,

    I too had to install WordPress for a client with a site on GoDaddy (ug!). I called GoDaddy after logging into my client’s account, and he walked me through it step by step. Piece of cake! There is MUCH to be said for live customer-service provided by a human being…after this experience I have a slightly better appreciation for GoDaddy, but their site still makes my eyes cross!!

  27. Skep on June 17, 2008 11:45 am

    I put together this guide for installation to make it as simple as possible from start to finish.

    http://skepticalsinner.com/blog/2008/06/how-to-do-a-5-minute-install-of-wordpress-on-godaddy/

    The good news is, if you’ve goofed up the first time, you can start from scratch using this guide.
    Happy Blogging

    Love and Licks
    Skep

  28. Dazz G on June 22, 2008 9:35 am

    Thank you Ray (May 1) - Wordpress on GoDaddy is as simple as can be without changing any files whatsoever. I listened to Ray’s instructions and from my Hosting Control Center, I went clicked on the tab Content. From there I clicked on GoDaddy Hosting Connections which brought me to the GoDaddy Hosting Connection Home. From here, you can either type in wordpress in the search or click on Tools/Scripts (located in the left panel). Under most popular (left panel) you’ll see wordpress at the top of the list. Click wordpress, and it will bring you to an installation screen where you press Install Now. From here, it’s self-explanotory and walks you thru the installation. Enjoy.

  29. Enon on July 23, 2008 2:34 pm

    In case you have a GoDaddy Windows ASP plan, and like me hit a very high frustration level until you remember this ‘minor’ detail, note that you can easily change your hosting plan to Linux.

    In the main GoDaddy site, click on “My Hosting Account,” click on the account name (not “manage account”) and let the page reload. On the right hand side, the gray box will give you an option to”Upgrade/Downgrade Hosting Account”. Click on the link, and when the page reloads, highlight your preferred Linux hosting package. Accept your choice, and wait a few minutes for the new account to activate (your site should not go down while this takes place, mine didn’t).

    You will now have an easier time installing Word Press on your own, or alternatively following Ray’s advice (which isn’t available for ASP accounts).

  30. Brian Fegter on August 3, 2008 12:07 am

    Why not install Wordpress directly from GoDaddy’s Hosting Connection. They set up the database and install the software directly. Simple and easy. Most hosts do this for Wordpress.

  31. Eshin Direct » Archive » Multiple Domain WordPress Installs on GoDaddy Deluxe Hosting Plan on August 7, 2008 11:39 pm

    [...] this clear article on setting up multiple domains for wordpress on a GoDaddy shared hosting plan provided the very simple solution - edit your wp-config.php file [...]

  32. ARod on August 14, 2008 1:38 pm

    Tks for sharing!!!

  33. Matt D. on August 14, 2008 10:24 pm

    Exactly Brian. There is no reason not to let GoDaddy install it for you. My only thought is that Wordpress might not have been offered when this was written.

  34. ranyliq on August 30, 2008 9:38 pm

    Thanks Alot man :). This is my first time trying installing WP. i made it ha..ha.. thanks. Dont know what happen before, it keepin say error connect to DB, but Suddenly it Success.. my luck i guess.

  35. Vet on September 20, 2008 3:06 pm

    Hey guys,

    I have a question. I set up wordpress via GoDaddy with the automatic install. So GoDaddy installed it for me and I didn’t change any database info. Now, my website shows as http://www.spatterblog.com/wordpress. However, I don’t know how to got rid of the /wordpress at the end of the url. I ‘ve been told to upload my files to the “root” file but I don’t know how to do that on godaddy. please help.

    thanks!
    vet

  36. Vet on September 20, 2008 8:26 pm

    Hey everyone,

    I installed wordpress in GoDaddy via the “add application” link. Hence, i did not make any changes to databases,php, etc, just clicked install and there it was. Now, instead of my url being http://www.spatterblog.com, it’s http://www.spatterblog.com/wordpress. How do I get rid of the /wordpress in the url? Someone told me i need to put the wordpress files in the “root” folder but i’m a newbie. i have no ideas how to create a “root” folder in Godaddy or how to move all my wordpress files to the new folder. please help!

    thanks guys,
    vet

  37. adam on September 29, 2008 5:13 am

    Hi
    I’ve been uusing WordPress on our Linux/PHP shared hosting account for nearly a year. It was daunting at first but I got the hang of it, and I’m very satisfied with performance and ease of use.

    GoDaddy has been excellent value, and I would recommend as a blog host.

    I used the auto-install from GoDaddy’s applications, and upgraded later. The new version of WP is really good.

    To answer Vet, you can do the URL change in a couple of ways that are easier than moving files.

    1. GoDaddy allows an easy way of doing subdomains, and you can point them at your blog directory, giving you a new address.

    example: blog.spatterblog.com -> http://www.spatterblog.com/wordpress

    2. You can use a new domain name to point to the directory. Change your domain to something else: http://www.spatterblog-apps.com. Then do http://www.spatterblog.com -> http://www.spatterblog.com/wordpress

    We do this with http://www.engaugement.com - try and you’ll see.

    Hope useful
    Adam

  38. Danny on October 17, 2008 5:15 pm

    1) Back up Wordpress MySQL DATABASE!
    2) Delete all Wordpress files in directories, except “wp-content” folder & contents within that folder!!!
    –Once all set, wait about 15 minutes for GoDaddy to refresh–
    3) Setup new MySQL database for the new Wordpress you’re about to install.
    4) Reinstall Wordpress from scratch. Do not restore/import the MySQL Database yet!
    5) Setup Wordpress options, (ie previous theme, update & activate plug-ins, PERMALINK SETTINGS)
    –Once all set, wait about 15 minutes for GoDaddy to refresh–
    6) Restore MySQL Database into the new database (step #3)

  39. Zac on November 8, 2008 8:37 pm

    Getting Wordpress to work on GoDaddy hosting is pretty easy, including using permalinks and mod_rewrite. I use GoDaddy economy hosting: http://zacvineyard.com/blog/2008/10/24/wordpress-godaddy-and-permalinks/

  40. Nathan on November 9, 2008 10:02 pm

    I know this is an old post, but since people are still commenting. Anyone have any luck setting up post via email? I tried that and Postie. When I try to run the php url to get and post emails, I get an error that the connection timed out. Anyone get this to work?

  41. Virtual Fixation on November 14, 2008 8:02 am

    Here is my tutorial on how to setup a php program on godaddy.
    http://www.virtualfixation.com/node/20

  42. JC Tripp on December 13, 2008 4:15 pm

    Thanks for this, it works like a charm. For those wanting further info. I would suggest the excellent book “Building a Wordpress Blog People Want to Read” by Scott McMulty. It takes the mystery out of blogging with wordpress and has helped me tremendously with the finer details of the program.

  43. GraspingLife on December 21, 2008 10:33 pm

    We had so many issues multiple instances of Wordpress on GoDaddy with the permalink feature. We were running WP on GoDaddy Windows hosting and had several blogs on one hosting account. We were never able to get it to work so we just switched to Bluehost. Thanks though this post is helpful for those trying to get started.

  44. Installing WordPress on Godaddy is Super Easy « Testing out WordPress on January 10, 2009 1:32 am

    [...] it “the famous 5 minute installation”.  And they’re not kidding.  Following these instructions, I was up in just about 5 minutes (7 actually, but I’ll forgive it).  This blog is living [...]

  45. Dianne on January 10, 2009 10:19 pm

    THANK YOU. Not done yet, but with your instructions and their five-minute-install I’m sure I can make this happen. Greatly appreciate the time you took to do this. I’ve been lost with blogs for months and months.

  46. Kelly Stevens on January 15, 2009 6:34 pm

    I didn’t have any problems installing Wordpress on GoDaddy, that was pretty straight forward. The issue I had was that the permalinks didn’t work. Did/does anyone else have this problem? I eventually had to switch hosting providers.

  47. Bob on January 28, 2009 8:34 pm

    Can Wordpress be run on Godaddy with a windows hosting account? They say it can but when you try to install it, you typically get a ‘not compatible’ message. Anyone have success with windows?

  48. Chris Friesen on February 8, 2009 3:37 pm

    to find the name of your database host which won’t be ‘localhost’,

    go to your hosting control centre, click on databases, click on mysql, then click the pencil icon beside the database you are inquiring about.

    in then brings up everything you need to enter in config php page

  49. MeMe on February 15, 2009 11:02 am

    Bob I am having the same problem as you and cannot figure out how to install WordPress with GoDaddy. I have a deluxe account which is suppose to work but it hasn’t so far.

  50. bradleybradwell on April 13, 2009 4:58 am

    I think there’s an easier way to install Wordpress without using an FTP uploader. Now, aren’t you able to go into the my applications section of your hosting panal and click on Wordpress? I find this way to be much easier, and it requires less work from you.

  51. Lori (Just Pure Lovely) on April 27, 2009 4:08 pm

    THANK YOU, Ray (May 1). Your advice helped so much and it was TRULY a 5-minute installation just moments ago.

    I installed into the parent directory, NOT into loriseaborg.com/wordpress. You need to watch out in that section, and erase /wordpress from the box to have it installed in the parent directory (if you indeed want it there). This erased my former homepage and replaced it with a very basic (ugly) wordpress blog template (the “Hello, World!” one). If you don’t want your current homepage deleted, you’ll want to install WP in a /wordpress (or /blog or whatever) directory.

    I did not have any GoDaddy banner show up as someone up there suggested might happen. Just the basic wordpress blog template.

    One thing I thought I’d add for those who Google this and find this comment section as I did: Once WP is installed, go here: http://help.godaddy.com/article/5140 for a good tutorial from GoDaddy on what to do once the site is installed (this article also covers how to install).

  52. Mario J Vargas on April 28, 2009 5:02 pm

    Hello,

    I thought I should add that some people who install WordPress manually on GoDaddy with IIS7 Windows hosting might encounter problems with sending email from it. For example, I tried setting up the Contact Form 7 plug-in for my blog only to find out that it couldn’t send e-mail. I was able to correct part of my problem thanks to a blog by Rob Layton. I was eventually able to correct the issue and posted my solution on my blog:

    http://angstrey.com/index.php/2009/04/22/how-to-send-e-mail-with-wordpress-from-godaddy-windows-hosting/

  53. Rao Kasibhotla on May 2, 2009 5:40 pm

    Excellent tutorial. May need update with exact navigation steps as GoDaddy has changed that stuff. But, the overall process still works!!

  54. Rip on May 4, 2009 6:25 am

    FINALLY, someone who tells me how to just do Word Press on GODADDY. I can’t tell you how frustrating this process has been until now. Can’t Thank you Enough for your simple, think-of-everything-steps. Did I say Thank you yet? Thanks.

    If you are serious about good literature, check out my site in a few weeks.

  55. Dominic on May 6, 2009 12:10 pm

    Thanks for the write up, what a simple guide!

  56. Grayson on May 9, 2009 10:39 pm

    I keep getting “500 - Internal Service Error”. Can someone explain why this is happening and how i can rid it?

  57. andy rooney on June 2, 2009 6:32 pm

    Anyone have a GoDaddy account? I need to migrate my shared servers to a dedicated server and not sure how all of that works.

Name (required)

Email (required)

Website

Speak your mind









Admin