Thanks for the reply. Yes the options page shows the address… https://www.aquariuscoaching.co.uk/blog
As for the server being configured… the only thing that I can think of here might be the .htaccess file that wordpress creates… here it is incase it helps.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
It seems to me as though the %(REQUEST_FILENAME) may be returning some odd values if you specify only the folder in the address bar. Although I’m seriously out of my depth here!