Hi folks, I want to my website from domain.com to www.domain.com and I uploaded following code in .htaccess file for the same. RewriteEngine on RewriteCond %{http_host} ^domainname.com [nc] RewriteRule ^(.*)$ http://www.domainname.com$1 [r=301,nc] but It's not working for me. What should be the problem? My testing site is topseoindia.com
Since you are using wordpress, why don't you edit the URL through settings, and add www infront, that will do it. GoodLuck