Rechecked wp-config. The file is located in C:/xampp/htdocs/JoBlog. This what it looks like – not sure if I am risk by publishing some of this but I assume without the password its OK. Please delete this post if not safe – I also have made some small changes to the names in this post as well just in case! In MySQL database which I downloaded from my web hosting service and imported locally – I made the following changes –
In the database
localhost – wrd_1cdh7he999 – wp_options I changed in wp-options
siteurl – to https://localhost/JoBlog (should this be the URL of the Blog)??? https://www.jowyndhamward.com
home – to https://localhost/JoBlog
Below is the wp-config file – the only item I am unsure about here is the MySQL database username – this is obviously the user name which was created when I set up WordPress on the Web Hosting service. I cannot find where this is stored in MySql or wordpress but assume this is all correct.
/ ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘wrd_1cdh7he999’);
/** MySQL database username */
define(‘DB_USER’, ‘wrd2Ou0aak2’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘123456789’);
/** 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’, ”);