Viewing 5 replies - 1 through 5 (of 5 total)
  • This is a dedicated IP address or a shared IP?

    Regards
    HostPuma

    Thread Starter sanborns_sean

    (@sanborns_sean)

    HostPuma,
    That is a great question to ask. It is a dedicated IP address. I have a reseller hosting account with HostGator. I created an account in my Cpanel for the domain-to-be which is shepherdgate.org. But I don’t want to change the DNS records until all the plug ins are working.

    Here’s more info about that from my cPanel.
    cPanel Version 11.44.3 (build 5)
    Theme x3
    Apache version 2.2.26
    PHP version 5.4.38
    MySQL version 5.5.42-37.1
    Architecture x86_64
    Operating system linux
    Dedicated IP Address 192.185.154.31
    Path to sendmail /usr/sbin/sendmail
    Path to Perl /usr/bin/perl
    Perl version 5.8.8
    Kernel version 3.12.41-77.ELK6.x86_64
    cPanel Pro 1.0 (RC1)

    Im sorry but the IP you posted is not a dedicated IP address. There are 4 websites currently hosted on this IP. One is Church related, one is Casino related and one is Basketball related, as well as a forth I didn’t bother to visit. Are these your websites?

    If these not your websites, you need to contact your hosting company and ask them to assign you a real dedicated IP address.

    Since this is a shared IP address, try this:

    define('WP_HOME','http://192.185.154.31/~shepgate/');
    define('WP_SITEURL','http://192.185.154.31/~shepgate/');
    Thread Starter sanborns_sean

    (@sanborns_sean)

    HostPuma,
    Thank you for your quick and brilliant assistance.
    Here’s what I have learned.
    #1. Just because I have a domain name, and just because my cPanel says I have a dedicated IP address, doesn’t mean that this is the case.
    I went here:
    http://www.yougetsignal.com/tools/web-sites-on-web-server/

    and discovered:

    We found 4 domains hosted on the same web server as 192.185.154.31.
    baseballtimewarp.net
    casinofeed.com
    http://www.berea210.org
    http://www.coldfrontbeats.com

    That’s annoying. I have a lot of domains but those aren’t mine and I sure don’t want to have search engines associate my sites with a casino. Oh well.

    #2. Since I don’t have full access to that IP address, I had to do some tweaking. I added these lines of code to my wp-config
    define(‘WP_HOME’,’http://192.185.154.31/~shepgate’);
    define(‘WP_SITEURL’,’http://192.185.154.31/~shepgate’);

    Database
    Obviously, I had to repair my database,
    UPDATE wp_x8953_Shepherdgate_options SET option_value = replace(option_value, ‘http://192.185.154.31’, ‘http://192.185.154.31/~shepgate’)
    UPDATE wp_x8953_Shepherdgate_posts SET guid = replace(guid, ‘http://192.185.154.31′,’http://192.185.154.31/~shepgate’);
    UPDATE wp_x8953_Shepherdgate_posts SET post_content = replace(post_content, ‘http://192.185.154.31’, ‘http://192.185.154.31/~shepgate’);
    UPDATE wp_x8953_Shepherdgate_postmeta SET meta_value = replace(meta_value, ‘http://192.185.154.31’, ‘http://192.185.154.31/~shepgate’);
    UPDATE wp_x8953_Shepherdgate_my_calendar SET event_desc = replace(event_desc, ‘192.185.154.31’, ‘http://192.185.154.31/~shepgate’);
    UPDATE wp_x8953_Shepherdgate_my_calendar SET event_link = replace(event_link, ‘192.185.154.31’, ‘http://192.185.154.31/~shepgate’);
    UPDATE wp_x8953_Shepherdgate_my_calendar SET event_image = replace(event_image, ‘192.185.154.31’, ‘http://192.185.154.31/~shepgate’);

    #3. Other super important database stuff
    I’d been working in PHPMyAdmin, but that wasn’t enough. I had to attach a username to this table over in MySQL Databases and put that in my wp-config.

    So finally I gained access to my account. I got in! Yes!

    Plugins
    But now there is much to do. Look what happened to my plugins.

    Plugin Required: Please install and activate the Church Theme Content plugin to use with the current theme.
    The plugin ‪akismet/akismet.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪all-in-one-favicon/all-in-one-favicon.php‬ has been deactivated due to an error: The plugin does not have a valid header.
    The plugin ‪check-email/check-email.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪church-theme-content/church-theme-content.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪contact-form-7/wp-contact-form-7.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪email-address-encoder/email-address-encoder.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪google-language-translator/google-language-translator.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪jetpack/jetpack.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪mailchimp-for-wp/mailchimp-for-wp.php‬ has been deactivated due to an error: Plugin file does not exist.
    The plugin ‪wp-super-cache/wp-cache.php‬ has been deactivated due to an error: Plugin file does not exist.

    So begins the process of getting those plugins working.
    When that is done I will redo the database pointers and then reset my DNS records to the new site.
    Thank you again Host Puma for your wonderful help.
    Sean

    Your most welcome and im glad I was able to help.

    Good luck with your website 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Testing server with IP address before migration: 404 error’ is closed to new replies.