|
Nope, redirects can be to anywhere. different hostname, different server, same hostname, different page even to the same page if you want to strip out tracking codes.
The problem is how you are redirecting. Your .htaccess will have to use the absolute URIs of each page you are redirecting simply because the redirect is from an alias to another alias (different hostname) that is sharing the same HD space. It would not be an issue if they were on virtual hosts using different HD space.
given my limited expertise on htaccess this may be way off but,
redirect 301 www.dannybaker.force9.co.uk/ http://www.internettreehouse.co.uk/
Should send all requests to internettreehouse. If the above doesn't work you will need to get into setting up a RedirectMatch to acheive this.
You will also have to add an exclusion for the /danny/ sub-folder to robots.txt
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|