Hi!
Does anyone that is being hosted on JodoHost have the following redirect working on their website(s)?
Redirect http://domain.com to http://www.domain.com
I tried the following code, but it does not work for some reason in my .htaccess file.
RewriteEngine on
rewritecond %{http_host}!^www\.domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=Permanent,L]
Thank you in advance.
Does anyone that is being hosted on JodoHost have the following redirect working on their website(s)?
Redirect http://domain.com to http://www.domain.com
I tried the following code, but it does not work for some reason in my .htaccess file.
RewriteEngine on
rewritecond %{http_host}!^www\.domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=Permanent,L]
Thank you in advance.