That does the opposite. I’ve actually just fixed it
I changed
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
to
<li><a href="http://mysite">Home</a></li>
in header.php
but thanks for replying
:o)
Changing the login to blog/wp-admin/ solved the problem!
This what you get for coding into the wee hours! LOL
In addition, if I move site files from root to “blog” subfolder, I get “Error 500 – Internal server error”
Thanks in advance!