Hello Friends. I have big problem. Not get answer yet Please help me I have Hostgator Hosting account and go daddy domain. I have lunched my site now. But when I go to my forum URL show as this. androidwallpapershq.com But I want show URL with www "www.androidwallpapershq.com" WordPress blog site this. I added following code in .htaccess RewriteCond %{HTTP_HOST} ^([a-z.]+)?androidwallpapershq\.com$ [NC] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? http://www.%1androidwallpapershq.com%{REQUEST_URI} [R=301,L] But it not working. and got error. Loop and not page load How Can I do this. Please help.
I would check the setting in your WordPress dashboard. GOTO "Settings", then "General", and under the WordPress Address (URL) field make sure it says http://www.androidwallpapershq.com and not http://androidwallpapershq.com. Same thing for the Site Address (URL) field. Hope this helps