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?