My directory structure looks like this:
Macbook/Applications/MAMP/htdocs/roadrunner followed by all the roadrunner files I downloaded directly from my NetSol account. The wp-config.php file contains;
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘dwpdb’);
/** MySQL database username */
define(‘DB_USER’, ‘root’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘root’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
When I point my browser to localhost I get the “canned” site that comes with the WordPress download, although none of the files from the original wordpress htdocs folder reside in the MAMP/htdocs.
I am totally confused since I cannot seem to get this set up correctly although it seems that I am doing all the setup steps as required.