Redirect your domain's URL via DNS in the control panel or with the .htaccess file on your webhosting.
If you want to redirect a domain to a URL, this can be done via our DNS Administration, which you find inside our control panel.
If the webhosting you want to redirect to is hosted at Simply.com, you can also order the new domain as an attached domain; this is done through the Administration menu item in our Control Panel.
To create a new URL redirect do the following:
Please note that you cannot set up redirects to a URL that redirects elsewhere.
You can also redirect your visitors to another domain, with a .htaccess file on your webhosting.
The following lines of code in the .htaccess file on your webhosting will redirect your visitors to the address you specify in the code:
RewriteEngine on
RewriteRule (.*) http://domænenavn.tld/ [R=301,L]
Article from the support category: Domain & DNS