Getting WordPress to install and work on an IP

If you have a reseller account, and you want to work on a live copy of a site, then there are a few keysteps you need to take for it to work. (you could always run it on your HD instead)

So let’s say you have a client with a site called www.netviperinteractive.com and you want to make a new version. So you set it up on your hosting server and since you cannot use that domain name. So you will have to use the ip address of your new site to be able to access it. You made a username of dave.

So lets say your new site ip is 192.168.x.x, to log in to your control panel, you would go 192.168.x.x/cpanel. There you can install wordpress if your hosting company has a one-step install.

So access your site you would go to 192.168.x.x and you will see your new wordpress install. But if you want to edit it, it won’t work. Why? Because wordpress thinks your site is www.netviperinteractive.com and its not. Your site is a new site and you will have to configure wordpress to use the IP address.

So do to this, go back in your cpanel. Select myPHPadmin and select the database WP created from the left. Then select WP_options and change option 1 and option 37 to your ip/~username.

so right now mine says www.netviperinteractive.com. Change it to 192.168.x.x/~dave.

If you forgot your username, that can also be changed int he wp_users tab. If you are changing you password, you MUST select MD5 encription from the left for the password to actually change.

Hope that helps!

Signed up For ClickTale

By Dave Fogel | January 12, 2011

We are always looking for better ways to get data from the web. Clicktale is a pretty cool product that allows you to generate heatmaps of you site and find out what people are doing. There is a free trial. Check it out. www.clicktale.com

Adding WordPress 3.0 Menu support to your older site

By Dave Fogel | January 12, 2011

I have come across this a few times when updating older sites to WordPress 3.0 that the fancy new menu system in WP3.0 doesn’t work. Fortunately, this is an easy fix. First off, you will be editing your functions.php file, so make a backup! Now, add this code to your funtions.php file: add_action( ‘init’, ‘register_my_menus’…

Having Multiple Footers in wordpress

By Dave Fogel | January 11, 2011

Sometimes I like to have multiple footers for a site, or at least one for the homepage and one for the rest of the site. Fortunetly, wordpress makes this really easy to do. WordPress has a special template tag for including them into your theme: This function will accept only one parameter, a string, which…

Posted in

Dave Fogel

Leave a Comment