hi,
hope someone can help me. followed instructions in readme. created the wp-config.php file. in it, i changed the following [between lines]:
------------------------
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'prosoldb');
/** MySQL database username */
define('DB_USER', 'prosolblog2009');
/** MySQL database password */
define('DB_PASSWORD', 'psblog123');
/** MySQL hostname */
define('DB_HOST', 'http://www.prosol1.com/blog');
/** 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', '');
--------------------------------------
then i uploaded everything onto our server in directory called:
/blog
clicked on the login page in the readme.html file its listed as #7. got error message. i do know the html file is working because it loads:
http://prosol1.com/blog/readme.html
can someone tell me what i'm doing wrong?
thanks.