Just an update, after removing these lines everything worked.. BUT ... i still need to know how to fix this....
We need the above to take place so google doens't see duplicate content since it stores results based off ip or names. Also domain.com should always be at our preferred www.domain.com.
Looking forward to your assistance.
RewriteCond %{HTTP_HOST} ^domain.com RewriteRule (.*) http://www.domain.com/$1 [R=301,L] RewriteCond %{HTTP_HOST} ^209\.209\.209\.209 RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
We need the above to take place so google doens't see duplicate content since it stores results based off ip or names. Also domain.com should always be at our preferred www.domain.com.
Looking forward to your assistance.