Help with installation
-
Hi I would appreciate if someone could help
I have tried using the 5 minute installation process but i am a noobie to this and really am struggling.
I am using a linux host with https://www.catalyst2.com and running from windows operating system.
I have installed filezilla to upload the wordpress files
and i have made a mysql data base with uername and passord.– I have changed the wp.my-config.sample.php to wp.my.config.php
– I have altered the my-config file to the following – changing the DB name, DB user and password to the ones i set up in the database, everything else in the file I have kept the same. see script below:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘XXXXX’); // The name of the database
define(‘DB_USER’, ‘XXXXX’); // Your MySQL username
define(‘DB_PASSWORD’, ‘XXXXX’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// 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’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
————-– I have uploaded the files to my public.html folder, created a directory called blog as suggested and upoloaded all the files into this folderr as it suggests in the 5 min installation instructions.
– when i go onto my website domain – all i get in IE is a screen showing an index of my parent directory with folders for private, cgi,bin etc.
I have then tried access https://www.’mydomain’.co.uk/blog//wp-admin/install.php – but nothing comes up!
Any ideas, appreciate help in advance.
- The topic ‘Help with installation’ is closed to new replies.