• Hello,
    I’m trying to transfer my WordPress from Yahoo server to Bluedomino server and I copied the folder with wordpress and pasted into the new server. When I try to view the page it’s distorted and the links go to wp-admin/install.php. According to the instruction, all I need to do is change the wp-config. I changed the settings in wp-config.php and it looks like this:

    <?php
    // ** MySQL settings ** //
    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define(‘DB_NAME’, ‘wordpressrealty’); // The name of the database
    define(‘DB_USER’, ‘not shown’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘not shown’); // …and password
    define(‘DB_HOST’, ‘mysql’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    You can view the page at http://connect-realty-arizona.com/real-estate-agents-blog/

    Any help is appreciated,
    Pat

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Transferring servers’ is closed to new replies.