How to create Rewrite / Redirect Rules

This howto we will walk you through the process of creating and managing a redirect using your control panel.

  1. Login into your control panel and click on "Web Configuration"

  2. Now click on "Website Redirects"
  3. On the next menu click on "Add new website redirect"
  4. Here you can create a new website rewrite / redirect rule


    In this menu you have the option for directory directory redirects, you can redirect the domain etc.

    For the HTTP redirect you have to following options:

    301
    : Permanent redirect. Clients making subsequent requests for this resource should use the new URI. Clients should not follow the redirect automatically for POST/PUT/DELETE requests.

    302: Redirect for undefined reason. Clients making subsequent requests for this resource should not use the new URI. Clients should not follow the redirect automatically for POST/PUT/DELETE requests.

    303: Redirect for undefined reason. Typically, 'Operation has completed, continue elsewhere.' Clients making subsequent requests for this resource should not use the new URI. Clients should follow the redirect for POST/PUT/DELETE requests, but use GET for the follow-up request.
  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Get a free LetsEncrypt SSL Certificate

After you have registered a domain you may experience an SSL error. As soon as a domain is added...

EMail Setup

Configuring an email client is very easy.Per default our system generated an email account for...

Do you support .htaccess?

No we don't as we are running nginx webservers for performance and security reasons. You can...

Where can I find the Control Panel?

You can login into your control panel with the URL: https://admin.YOURDOMAINNAME.COM. Use your...

Create a subdomain

To configure additional domains or create subdomains you have to follow the steps below: Login...