Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

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
 
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.

Rule #1: Be Respectful

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

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.
  • Siusaidh AcornBot:
    Siusaidh has left the room.
      Siusaidh AcornBot: Siusaidh has left the room.
      Top Bottom