• Пытаюсь перенести сайт с домена 100dollartrip.com на 100dollartrip.ru
    Новый домен зарегистрирован, Вордпресс установлен.

    WordPress Русская версия v.3.8 — 100dollartrip.com
    Wordpress Русская версия v.3.9.1 — 100dollartrip.ru

    по инструкции сделана копия базы (инструкция http://help.sweb.ru/entry/2327/ )

    http://pixs.ru/showimage/Bezimyanni_7798853_14032761.png

    до импорта, вордпресс работает стандартно показывая дефолтную страницу, однако
    после импорта базы перестала открываться админская форма, и что не меняла и не писала я в файле — конфига, попасть в админку не могу
    белая страница

    вот файл конфига, помогите, что надо поменять, что б он подцепил новую базу ?

    http://pixs.ru/showimage/Bezimyanni_5723008_14032788.png

    не работает и всё (

    вот полный текст файла :

    _________________________________________________________________________
    <?php

    // ** SpaceWeb technical domain BEGIN **
    if (strpos($_SERVER[‘HTTP_HOST’], ‘.swtest.ru’) !== false) {
    if (!defined(‘WP_HOME’)) define(‘WP_HOME’,. $_SERVER[‘HTTP_HOST’]);
    if (!defined(‘WP_SITEURL)) define(‘WP_SITEURL’, . $_SERVER[»HTTP_HOST’]);
    }
    // ** SpaceWeb technical domain END **

    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to «wp-config.php» and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings — You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘s100dolcom_worp1’);

    /** MySQL database username */
    define(‘DB_USER’, ‘s100dolcom_worp1’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘ixwamuegdi’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost:’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, »);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘9obj20h@hDb42g8E#z29GBs81kInj9EzitaX%TeQVtRO76m7OW@EmZ#umJqpSk6M’);
    define(‘SECURE_AUTH_KEY’, ‘SnI!ChdA#98MLEQtqBXRRn%fq4CKN0BQW)BsXMnMf)q%3F@m@Gp@MIf28)px4BOI’);
    define(‘LOGGED_IN_KEY’, ‘NbvwBPMHrm4U1pLCy9sz#y4r5j#6X*7QYbbf*yar@$PgiqS*vWzSC0ghsJlx4J&E’);
    define(‘NONCE_KEY’, ‘Wmvll@DltUeyWzfm9vwEsnjpJHlwX&rtxd0e6wrIyFQ)Za5IhMq!mg2i#^tlmZ8Y’);
    define(‘AUTH_SALT’, ‘U^5a%ky2@4gBE0fk7ymMzu!2D2NpU9arOc93Y9$75E)5V!mqpWOzJs*e7bputY9H’);
    define(‘SECURE_AUTH_SALT’, ‘q2szqC15RAm$X4$1sXfE#b$g^#WZsU#IssYRdI8X)$2VEoT&V(&r(Z#r69k&%C(D’);
    define(‘LOGGED_IN_SALT’, ‘XKPy0hhFiyg0b^EtDU6Wf@q2sejkG%KUPWR#FdI@p2hH6aqz^@8nc2JyefFuJVsy’);
    define(‘NONCE_SALT’, ‘HyUCP8sUCdYnjt$WQugGyhn@wxtFUWxXK0O$O(tP%O)@Fy2m7sXDCMQlHHozaHAG’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

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

    define (‘FS_METHOD’, ‘direct’);

    define(‘WP_DEBUG’, false);

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    //— disable auto upgrade
    define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
    _________________________________________________________________________

    На всякий случай, вот конфиг рабочего сайта я его пыталась править но тоже не выходит (

    <?php

    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to «wp-config.php» and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings — You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘s100dolcom’);

    /** MySQL database username */
    define(‘DB_USER’, ‘s100dolcom’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘xiufrudana’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost:’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, »);

    /**#@+
    * Authentication Unique Keys.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘Q50Gnn&YFtdzR0a#IkwD&$9dKPHqDc3#IdZSQ7fBYFjd9s)l7EOW3jBvq*uXasZi’);
    define(‘SECURE_AUTH_KEY’, ‘RmDLQFSAqho*igp*HX%7Nf3)3X9%(nNGTMHQ%upJOZN@#8&y8p^EV4Xt3%MUmX^y’);
    define(‘LOGGED_IN_KEY’, ‘phNsTthiPdD@k6A2@h64RNfFkSz&iwVxOegRAcvlRlgG%*@wn0f3u6DwW%C$W^zc’);
    define(‘NONCE_KEY’, ’75OQ7my5UU9LKWw^(@4EMU4Ze$%2(3mpmxvohSzhhn$V7eyatS3MlltbgyGS3PY9′);
    define(‘AUTH_SALT’, ‘$H&7y*%IvXjU2s6Kh8NR*T^FFzdlymgNIBb@VZj3iBasLNqmH#TfGRH@T&bvRaTO’);
    define(‘SECURE_AUTH_SALT’, ‘wd)xk5KpdoOty#MqmOsI3L)W2tKAEiZTzQdF1PoWeZ(&0K%QczH1%O95zfGUR4$V’);
    define(‘LOGGED_IN_SALT’, ‘YKwl6RVDD&uZAkji62oDzm%yZSDUILXt557a^^if!G(Ha^TvuYnr0MAyONb$cTJh’);
    define(‘NONCE_SALT’, ‘CFfOhX7qaHIqiykUfPPR!Q1%Om!VP#9t5a(FtAy2v%1R^NDGy5lCsv%X1Fj#Lpc6’);
    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

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

    define (‘FS_METHOD’, ‘direct’);

    define(‘WP_DEBUG’, false);

    /* That’s all, stop editing! Happy blogging. */

    /** WordPress absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    //— disable auto upgrade
    define( ‘AUTOMATIC_UPDATER_DISABLED’, true );

    ?>

Просмотр 4 ответов — с 1 по 4 (всего 4)
Просмотр 4 ответов — с 1 по 4 (всего 4)

Тема «Прошу помощи — перенос\копирование сайта» закрыта для новых ответов.