Skip to main content

How do I create a HTTP redirect?

1 - Differences between HTTP and Frame Redirects

The internex terminal offers two different redirection options:

  • HTTP Redirect (Status Code 301)

    With an HTTP redirect "301 Moved Permanently," the user is redirected directly to the target address. This means that after the redirect, the specified redirect target will be displayed in the browser's address bar.

    Example of an HTTP redirect: http://www.example.com -> https://www.domain.tld

    https://www.domain.tld will be displayed in the browser's address bar.

  • Frame Redirect (not recommended)

    A frame redirect loads the target page via an invisible frame element; the original address remains in the browser's address bar.

    Example of a frame redirect: http://www.example.com -> https://www.domain.tld

    The browser's address bar displays http://www.example.com, but the content of https://www.domain.tld is shown.

We generally advise against creating frame redirects, as they pose security risks (clickjacking), negatively impact SEO ranking, and are often not displayed correctly on mobile devices.

2 - Why isn't my redirect via https:// working?

Please note that only HTTP redirects are possible via the internex terminal, not HTTPS redirects. The originating domain can only be accessed unencrypted via http:// because no certificate exists for it, nor can one be installed on the redirect server.

To set up an HTTPS redirect, the domain would need to be hosted on a server (e.g., web hosting, managed server) with an installed certificate.

3 - How do I create an HTTP redirect via the internex Terminal?

3.1 - Log in

First, log in to the customer area at terminal.internex.com.

3.2 - Select Cloud

Click "Select this Cloud" next to your chosen cloud.

3.3 - Domain Manager Pro

In the top menu bar, navigate to "Domain & Email" -> "Domain Manager Pro".

3.4 - Select Domain

Click on the name of the desired domain or select "Manage" -> "View" under Actions.

3.5 - Domain Forwarding

Now click on "Domain Forwarding" in the left-hand menu; here you can create the HTTP redirect.

If this option is not available in your domain management view, please contact our support team at [email protected]

Did this answer your question?