Hi Guys... This is my company website (www.objectfrontier.com). hosted Godaddy Windows Server My domain is right now having issue (Redirecting non-www to www with .htaccess) Please Check my website and give your valuable suggestion how to solve this problem Website: http://www.objectfrontier.com
Try adding code below in .htaccess file. Make sure rewrites are enabled on your server. RewriteEngine on RewriteCond %{HTTP_HOST} ^objectfrontier.com$ RewriteRule ^(.*)$ "http\:\/\/www\.objectfrontier\.com\/$1" [R=301,L]
I think you have provided some wrong information or you are mistaken. Since I have visited your site and its not redirecting from non www to www, checked vice versa also. So I couldn't find any problem there it is working fine.