I've searched the forum but can't find the answers I need, so I hope someone can help me. When I type in http://localhost/folder/wp-admin/admin.php I get 404 page not found. The same happened with index.php
I put up a new database prior to unzipping wordpress. I've put the wordpress folder in C drive, having first changed the folders name. I've changed the wp-config file as follows
define('DB_NAME', 'dbname');
define('DB_USER', 'dbuser');
define('DB_PASSWORD', 'dbpassword');
define('DB_HOST', 'localhost');
define('SECRET_KEY', 'secretkey');
$table_prefix = 'tableprefix';
I've checked all my spellings, mysql is working, I tested my connections with phpinfo. I don't know what else to try.
If anyone is able to offer any advise could you please keep your explanation simple. I'm dyslexic and anything too technical is just a mindbowing jumble. Thanks in advance.