How to redirect visitors that specify a non-WWW web address to a WWW web address.
ATTENTION: If you do not have experience in working with .htaccess files, contact our support team for assistance to avoid potential harm to your website.
Open your .htaccess file located in your document root directory, /html.
RewriteEngine On RewriteCond %{HTTP_HOST} ^<example.com> RewriteRule ^(.*) $ http://<www.example.com>/$1 [R=301,L]
Our award-winning customer care team is here for you.
Contact Support