For any redirects that point outside of your FQDN, you need to use a special kind of DNS record called an HTTP Redirection record.
These records are actually an A record that points to a dedicated web server containing the 301 redirects to the external FQDN.
There are three types of HTTP Redirections to choose from in the Control Panel.
URL Redirection can also be used as a simple fix if your ISP is blocking incoming port 80. First you want to create an A record that points to your IP. Let’s say we create one called ‘www2′. So for this example let’s say that the FQDN is www2.example-1.com. You will then need to find a port that your ISP is not blocking. For this example let’s say that the ISP is not blocking 8889. You will then need to configure your webserver to accept requests on port 8889. You will then create an HTTP Redirection that will send all traffic for www.example-1.com to http://www2.example.com:8889. Now when a user types http://www.example-1.com they will be redirected to http://www2.example.com:8889.
1.Navigate to Managed DNS
2. Select your Domain
3. Add the HTTP Redirection Record
Under HTTP Redirection Records click the plus sign to add a new record.
As an example, we will then add an HTTP Redirection record for testserver12.com to http://www2.example.com. The Title, Keywords, and Description are only used if you choose the Frame Masked Redirection Type to define those attributes for the frame. When finished, click Submit.
A standard 301 HTTP Redirection record for www.example.com to the URL http://www.google.com
Name | TTL | Type | Hard Link | Redirect Type | Data/URL |
www.example.com | 1800 | HTTPRED | Unchecked | Standard 301 | http://www.google.com |
Configuration:
A standard 302 HTTP Redirection record for www.example.com to the URL http://www.google.com
Name | TTL | Type | Hard Link | Redirect Type | Data/URL |
www.example.com | 1800 | HTTPRED | Unchecked | Standard 302 | http://www.google.com |
Configuration:
A-Frame Masked HTTP Redirection record for www.example.com to the URL http://www.google.com
Name | TTL | Type | Hard Link | Redirect Type | Data/URL |
www.example.com | 1800 | HTTPRED | Unchecked | Frame Masked | http://www.google.com |
Configuration:
A standard 301 HTTP Redirection record with Hard Link for www.example.com to the URL http://www.google.com
Name | TTL | Type | Hard Link | Redirect Type | Data/URL |
www.example.com | 1800 | HTTPRED | Checked | Standard 301 | http://www.google.com |
Configuration:
Record Fields: