Hi,
I've found the wp-config.php file to enter my database info but when refreshing the page the file contents shows up on the wordpress installation page as they are written.
<?php
/** The name of the database for WordPress */
define('DB_NAME', 'redacted');
/** MySQL database username */
define('DB_USER', 'also redacted');
/** MySQL database password */
define('DB_PASSWORD', 'redacted too');
/** MySQL hostname */
define('DB_HOST', 'localhost');
?>
thanks
Mark