RSSAll Entries Tagged With: "hostgator"

Recommended Plugins For WP-Smooth

There are a couple of plugins supported by WP-Smooth that will help with the full functionalityof the theme. One is popularity contest which makes your most popular posts appear in the right sidebar under the tabbed navigation box. If you have trouble activating the plugin your hosting company may need to white list the permissions. I have been having this issue with HostGator since they have beefed up their security.

To get around it all I have to do is email them and give them the URL, and the WordPress user name and password, and ask them to white list the mod security rule. If they don’t understand what you are talking about you can always copy the permission denied message you get when you attempt to install or activate the plugin. This shouldn’t be an issue though. I usually send the email and it is taken care of within the hour.

The other recommended plugin is Get The Image By Justin Tadlock. With this plugin your thumbnails will automatically be populated without you having to mess with custom fields.

Popularity: 19% [?]

How To Move A Blog

Moving a WordPress blog, can be a little more complicated than moving a static site, because of the WordPress database.

If  your current blog is on cPanel, the easiest way is to use cPanel to create a full backup, and then have the hosting company of the new user install it for you.

You may be able to ftp it to your pc, and then email it to them, or even better remote ftp to a file on their server. Unless you have a dedicated server and shell access, you won’t be able to install the files yourself.

Another easy way is to give your hosting company access to the cPanel of the site you want to move. That way they can download whatever files they need to do the transfer.

Once the site files are transferred then you can change the dns of the domain to point to the new hosting server.

If you are not using cPanel, or want to do the install yourself you can follow these steps:

1. Download the site files (everything in public html)

2. Download database tables using PHPmyadmin http://web.archive.org/web/20080822132551/http://www.clearpointsystems.com/wp04/?page_id=18

3. Create an account on the new host.

4. Create a new database on the new account.

5. Write down the new database name, user name, and password.

6. Import the tables from your backup into your new database.

7. In the site files you downloaded find wp-config.php, edit this file so that the database name, user name, and password are the same as the ones you wrote down for the new database. Also make sure the db host matches with HostGator it will be localhost.

8. Upload these site files to the new server. When the dns changes you will know if it worked.

This will work in most cases. But there is a limitation to the size of the database you can transfer this way. So if it is a very large site you will still have to email your hosting company and have them install the database for you.

I usually use DreamWeaver to edit wp-config.php but you can use a text editor such as notepad, then use ftp to overwrite the old file.

Popularity: 35% [?]