<?php
// ** Настройки MySQL ** //
define('DB_NAME', '***'); // Имя базы данных
define('DB_USER', '***'); // Ваш пользователь в MySQL
define('DB_PASSWORD', '***'); // ...и пароль
define('DB_HOST', 'localhost'); // С вероятностью 99% вам не придется менять это значение
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', 'utf8_general_ci');
// Смените значение каждого ключа на уникальную фразу. Вам не придется их запоминать,
// так что пусть они будут длинными и сложными. Можно посетить http://api.wordpress.org/secret-key/1.1/,
// чтобы сгенерировать ключи, либо просто придумать их самостоятельно. Фразы должны отличаться друг от друга.
define('AUTH_KEY', '***'); // Измените на уникальную фразу.
define('SECURE_AUTH_KEY', '***'); // Измените на уникальную фразу.
define('LOGGED_IN_KEY', '***'); // Измените на уникальную фразу.
// Можно установить несколько блогов в одну базу данных, если вы будете использовать разные префиксы.
$table_prefix = 'wp_'; // Только цифры, буквы и знак подчеркивания.
// Это настройка локализации WordPress. Соответствующий MO-файл для выбранного языка
// должен быть установлен в wp-content/languages.
define ('WPLANG', 'ru_RU');
я так понял у меня ошибка даже там где нет страниц, то есть вместо 404, например на site.ru/fdafdasfgfdsgfhgfd
такая Warning: Cannot modify header information - headers already sent by (output started at /home/afinance/public_html/wp-config.php:1) in /home/afinance/public_html/wp-includes/pluggable.php on line 865
865 header("Location: $location");
что-то не может определить где я нахожусь, наверно
DISCLAIMER: All messages made available as part of this discussion group
(including any bulletin boards and chat rooms) and any opinions,
advice, statements or other information contained in any messages posted
or transmitted by any third party are the responsibility of the author
of that message. The fact that a particular message is posted on or
transmitted using this web site does not mean that we
endorsed that message in any way or verified the accuracy,
completeness or usefulness of any message.
Although we require that all users read and agree with the forum rules,
we cannot constantly monitor forum activity. We encourage visitors to the
forum to report any objectionable message to moderators. Once again, this
forum is not monitored 24/7.