hello, assume my site is abc.com. it works if i type http://www.abc.com in address bar. but it does not work when i type http://abc.com it goes to a page "Default webpage" "If you feel you have reached this page in error, please contact the web site owner: It may be possible to restore access to this site by following these instructions for clearing your dns cache." it is remarkeble that i moved to a new hosting provider last night. pls help to find this problem.
pls see here. RewriteCond %{HTTP_HOST} ^www\.abc.com\.com [NC] RewriteRule ^(.*)$ http://ABC.com/$1 [L,R=301]