Forum Moderators: phranque
I have two separate domains for somewhat related products - and I now want to merge the two web sites together so that as far as search agents go, it appears as one big domain/web site - this is apparantly beneficial in ranking, and in this case, the 'principal' site has had more work done on it and ranks very well, whereas the other domain/site hasn't had as much attention and doesn't rank at all well - so I thought that combining them might be a positive thing - but how to do it.
Here is the current setup (by example):
Both sites are on the same server and mapped as shown:
widgetsemporium.com
mapped to: /usr/www/users/mycompany/
specialwidgets.com
mapped to: /usr/www/users/mycompany/specialwidgets/
So, all the web pages (including index.htm) for the 'emporium' site are in the 'mycompany' folder, and all the pages (including index.htm) for the 'specialwidgets' site are in a folder 'specialwidgets' in the 'mycompany' folder.
I believe all the pages are *already* in appropriate locations for achieving the merging of the 'secondary' site into the 'primary' site, BUT how do I effect the appropriate redirection from specialwidgets.com - where do I put the .htaccess and what would a line in it be like?
And just generally, do others think that this is likely to be beneficial in the long run, and above all, not detrimental in ANY way to any rankings I currentlly have.
many thanks - sorry it's a bit of a long post *_*
http://www.widgetemporium.com/specialwidgets/
This may or may not be what you're going for, of course. If it's not, you'll need to be a bit more descriptive regarding the goals. =)
(and only improve things and suffer no penalty)
Cheers,
RewriteEngine on
RewriteRule ^specialwidgets/(.*) http://www.specialwidgets.com/$1 [L,R]