I use the following code in my httpd.conf
to redirect:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www.domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
But he ends up redirecting to www.domain.com/domain.com//domain.com//domain.com
I want all of the following URLs to be redirected to a .com domain:
http:
source share