View Single Post
Old 04-29-2009, 03:50 PM   #1 (permalink)
LDD
Noogle
 
LDD's Avatar
 
Join Date: Apr 2009
Location: Albuquerque
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
LDD is on a distinguished road
error 404 style when clicking link off google?

I know I'm brand new to the forums and asking questions already is a bit much but i have an issue with google that I can't figure out... Every time you do a search on google for "ldd consulting" my page comes up. When you click on it in firefox 3.0.4 it frequently gives, "address not found". I changed the .htaccess file to convert the non-www to a www with this code:

Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^lddconsulting.com [NC]
RewriteRule ^(.*)$ http://www.lddconsulting.com/$1 [L,R=301]
problem is... IT STILL DOES IT!! so im confused and lost. anyone got any helpful hints?
LDD is offline   Reply With Quote