I have a creloaded site and have purchased and implemented Magic seo url in it.
I want to redirect all non www requests to http://www...i.e. if someone types mydomain.com , he should automatically be redirected to http://www.mydomain.com
I usually do this very easily using htaccess file and the following rule :
Code: Select all
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
But after installing magic seo, it has made a new .htaccess file. I tried placing my piece of code in the beginning of that file, but its not taking any effect.
Any help on how I can resolve this issue will be appreciated by community.
Regards,
fastDNS