Hi
Many thanks for your reply.
Sorry, the permalinks are just set up as ‘%postname%’ in the custom section, with the /info/ being automatically prefixed, so it’s not that it is doubling up.
I can, for example, try the following:
location /info {
alias /home/blog_master/site/;
index index.php;
rewrite ^/info/(.*)+$ /info/index.php$1;
}
and that will mean the permalinks work, but everything else around it falls over (i.e. CSS links, admin panel links and anything referenced within /info), so somehow I need to find a config which will see everything WordPress work in complete harmony, permalink and admin. Sadly it’s still proving elusive! :-s
Thanks again