Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

Permanent redirect htaccess? 301? 2001?!

Status
Not open for further replies.
Joined
Nov 25, 2006
Posts
2,686
Reaction score
27
I have a couple of domains which have history, PR & Yahoo backlinks.
Currently they are just set up as a forward to other (subject related) domains so I can benefit from the traffic.

What is the best way to do this in order to 'keep the love' ?

Thnx

Howie
 
Edit: reply below is clearer :)
 
Last edited:
OK, idiots guide to do this please :D

is done via htaccess ?

Either create, or append to a ".htaccess" file (uploaded to the document root folder):

HTML:
Redirect 301 / http://www.new-domain.co.uk

Which will redirect all requests to the new domain. But I don't know to what degree you can expect to pass on any PR or benefits from the backlinks for the old domain to the other domain.

Maybe it would be more beneficial to stick up a holding page on the old domain (related to the anchor text of the backlinks) and stick a link to the subject related other domain.

If the backlinks to the old domain are pointed at directories/sub pages of the old domain, you could redirect those to the holding page. Again, with .htaccess, something like:
HTML:
RewriteEngine On

# non www requests to www
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

# single page redirection
Redirect 301 /old-page.html http://www.old-domain.co.uk/

# multiple matches redirection
RedirectMatch 301 ^/old-directory/ http://www.old-domain.co.uk/
 
FYI

Did a 301 and the new site immediately had same PR as previous
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom