• Welcome to DNForum.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Wanted: Service How to re-direct traffic from old indexed pages?

Status
Not open for further replies.

NameMatters

New Member
Legacy Exclusive Member
Joined
Oct 25, 2005
Messages
1,954
Reaction score
5
How to re-direct traffic from old indexed pages to the home page of my web site?


Any help is appreciated.

thanks,
 
via htaccess.
assuming the pages no longer exist, add to your .htaccess file the following line:
Code:
ErrorDocument 404 /index.php
 
You really should not do this, you would be better off redirecting to a holding page and link to your Index Page from there, as otherwise you run the risk of getting delisted from search engines like google.

ErrorDocument 404 /404.php
 
I know this thread is a few months old, but I can use a good line for my htaccsss to direct old pages to the index without issues for my SE placement. I'm revamping some sites with mega-content and need a simple solution. As well for some of my newer domains which get historic traffic from SE, I'd like to capture that traffic.

The line mentioned by Daniel works perfectly and is as simple as it gets, but I'm concerned with what namestrands states.

Thanks in advance.

Jack
 
Jack.. Just create a new page 404.htm and redirect all old non existent pages to this.

Then have a link to your home page. This way you will not damage your index page in the search engines.. redirecting many pages to your index page will cause duplicate content and you will eventually get delisted or at least put in the sandbox.

However, if the old pages have equivilent new pages then consider doing a 301 redirect, this will maintain any page rank the old pages have and will pass it on to the new ones.
 
Status
Not open for further replies.
Back
Top Bottom