Real Estate Forums

Webmasters Toolkit What tools do you use for working with search engines and tracking your results?

Reply
 
Thread Tools Display Modes
Old 01-17-2006, 06:40 AM
pcdoc's Avatar
pcdoc pcdoc is offline
Uber Real Estate Webmaster
 
Join Date: Sep 2005
Location: western North Carolina
Posts: 2,359
pcdoc will become famous soon enough
Default Redirects using HTTP 301 headers

Why give away half of your page rank?

To test if your website needs protection, do the following. {snip} In the test above, if you do not reach the same final destination, then your website is open to abuse, whether intentional or not. If so, you need to do a 301 redirect.

http://ekstreme.com/webmaster/301-redirection.php
__________________


1stPageSEO.com . Reverse Mortgage Lenders . Lake James Waterfront Home
Contact us for fast, efficient and cost-effective web design, content
creation, search engine optimization, blog design and maintenance.

Reply With Quote
Old 03-09-2006, 06:46 PM
HouseboyMike HouseboyMike is offline
Advancing Webmaster
 
Join Date: Feb 2006
Posts: 36
HouseboyMike is on a distinguished road
Default Re: Redirects using HTTP 301 headers

I just sent a note to 1and1.com to do the 301 redirect on my site. If they won't I'll do it myself. Thanks for the tip!
__________________
Mike Gallego
Provantage Realty
Buy a Home. Get Paid.

Modesto Real Estate
Reply With Quote
Old 03-09-2006, 09:11 PM
kyle422's Avatar
kyle422 kyle422 is online now
Real Estate Webmaster
 
Join Date: Oct 2004
Location: Florida
Posts: 2,109
kyle422 is on a distinguished road
Default Re: Redirects using HTTP 301 headers

Mike you will need to implement the 301 redirect yourself using .htaccess
Do a search in this forum for 301 redirect and you will see how to set it up.
Reply With Quote
Old 03-21-2006, 10:57 AM
bentong bentong is offline
Real Estate Web Guru
 
Join Date: Jul 2005
Posts: 478
bentong is on a distinguished road
Default Re: Redirects using HTTP 301 headers

you can simply add this line of code on your htaccess file.

Quote:
Options +FollowSymlinks
RewriteEngine on
RewriteBase /

RewriteCond %{HTTP_HOST} !^www\.yoursite\.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 04:32 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.