i have awin xp pro sp3 platform running coldfusion and msSQL
i have loaded all the software for php - wordpress and pages only show script whe called up via localhost
fastcgi from microsoft
mysql from php.net
php from php.org
all loaded with installers from the main site for each
i added the wordpress files and updated the wp-config.php file as:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘MySQL56’);
/** MySQL database username */
define(‘DB_USER’, ‘bspro’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘Bs306’);
/** 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’, ‘’);
i don’t know where to go from here
tnx in advance.