URL redirect

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:

  1. Log in to your control panel and select the domain.
  2. Choose "DNS" from the menu
  3. Under "URL redirect" you can now choose how your redirect should work.
  4. Click "Set up redirect"

Please note that you cannot set up redirects to a URL that redirects elsewhere.

URL redirect with .htaccess (PHP webhosting)

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

Other relevant articles