Thread: 301 Redirects
View Single Post
  #5 (permalink)  
Old 03-31-2005, 08:22 PM
danielle v2.1b's Avatar
danielle v2.1b danielle v2.1b is offline
WebProWorld Pro
 
Join Date: Jan 2004
Location: In bed at home
Posts: 108
danielle v2.1b RepRank 2
Default

A 301 redirect sits in the .htaccess file at your servers root level, it's real easy and you probably don't need to make yourself feel helpless by asking your webhost. Just add a line using notepad like:

Code:
redirect 301 /yourDefaultHomePage.htm  http://www.webAddyYouWantToRedirectTo.com
Then delete the rest of the site and if you want to be a real smarty and do a clean job of it put a 404 redirect on all your other pages that goes to your homepage (which in turn will redirect to the main URL). This way spiders or visitors entering below the root level get nicely transported around and give it a month or two and the whole thing will be but another chapter of net history.

Danielle
__________________
If you've worked in the Adult SEO industry, please tell me... how do you get it up?
My web designers
Reply With Quote