Don't know if the title is clear, but basically I'm a bit afraid of causing some sort of redirect loop, so wanted to get a bit of advice.
Essentially, I've changed the location of a WP install
Old URL:
http://www.somesite.com/blog/
New URL
http://www.somesite.com/newname/
However, the slug for the blog page on the new install is 'blog'
So, its url is:
http://www.somesite.com/newname/blog/
Which makes me apprehensive just redirecting /blog/ to /newname/
as it'll probably end up going around in circles.
At a push, I could alter the slug, but would rather not. How to rewrite?