I'm useless at all this so please bare with me...
I'm trying to run WordPress and having followed installation instructions and frp-ed the files to the server and set up the my sql data base but am getting a 404 when I try to load the install.php file
So, what did I do to get where I am.
• created a new MySql database and database user from HELM
• added the database name, username and password to 'wp-config.php' like this:
define('DB_NAME', 'mydatabasename'); // The name of the database
define('DB_USER', 'mydatabaseusername'); // Your MySQL username
define('DB_PASSWORD', 'mydatabasepassword'); // ...and password
The next line I've left untouched so it still appears as is.
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
• Uploaded the entire WP directory in to wwwroot so that it's a sub-directory of my site, making sure that the WP directory name is the same as in the config file.
• Pasted in to the browser address window
http://www.mysite/sub-directory/wp-admin/install.php
as per the instructions and ended up with the error message.
from here I really am not too sure what to do
any help would be great!
kelvin


Reply With Quote
Bookmarks