Hello,
I wondered if anyone might be kind enough to help with this issue, which I feel that I might be overcomplicating a little.
Suppose I have a website and I've moved it to a new domain name, but in the move I've renamed some of the pages since the old page names were not very well thought out.
Since the page structure is different I can't just redirect the whole site since I might have:
oldsite.com/oldpagename.html redirecting to newsite.com/newpagename.html
Redirecting the inner pages is easy enough with a straightfoward 301 redirect, but the thing I'm struggling with is how do you redirect the home page of the old site to the home page of the new site?
Do I just do a 301 redirect for index.html to the homepage of the new site?
Also, if this is what you do, how would you redirect the home page if it was say a wordpress site where you don't have an index.html file?
Many thanks in advance.
Dave