Cloud Services - WWW Redirect
Create or edit the file .htaccess in the base directory of your domain and then add or append the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
In this page you can find some of the most frequently asked questions about our services,
please open a service request if you don't find the answer you are looking for.
Create or edit the file .htaccess in the base directory of your domain and then add or append the following:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]