Здравствуйте, уважаемые пользователи Ubuntu! У меня загружен и установлен Wordpress в корневом каталоге локальног сайта.
При отрытии сайта открывается страница index.php, но Wordpress не запущен.
Для запуска Wordpress я открыл файл в браузере readme.html
Installation: Famous 5-minute install
Unzip the package in an empty directory and upload everything.
Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.
If for some reason this doesn’t work, don’t worry. It doesn’t work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
Save the file as wp-config.php and upload it.
Open wp-admin/install.php in your browser.
Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums with as much data as you can gather.
Там есть информация как запустить Wordpress с помощью файла - install.php
Но при попытке открыть ссылку file:///var/www/МОЙ САЙТ/wp-admin/install.php появляется окно, чтобы загрузить опять Его на мой компьютер.
Там же в файле readme.html в случае такой ошибки предлагают изменить конфигурационный файл wp-config-sample.php и внести свои пользовательские данные с паролем, именем Базы Данных, localhost.
Идентично я изменил файл с таким же текстом wp-config.php. И оба их сохранил.
Изменения выглядят так:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_wordpress');
/** MySQL database username */
define('DB_USER', 'username_oron');
/** MySQL database password */
define('DB_PASSWORD', 'password_777');
/** MySQL hostname */
define('DB_HOST', 'localhost:80');
Но ситуацию это не изменила. Не открывается ссылка в браузере: file:///var/www/МОЙ САЙТ/wp-admin/install.php
чтобы увидеть стартовую страницу Wordpress.
Что не так - ?