Table of Contents

Description

The Redirect object defines the redirecting of domains (domain redirect) or email addresses (email redirect).

Redirections are made via a dedicated server (IP address 62.116.130.8). Parallel to the entry in the redirect administration, the domain and the desired subdomain entries must be changed to this IP address! If you run your own name servers, you have to enter the IP address manually on your name server. If you only want to set up email forwarding without web forwarding, you must change the MX of the sources to point to the IP address 62.116.130.8. Please change the IP address of the subdomain used as MX. Domains are case sensitive. The system automatically converts email addresses to lower case letters.

Examples: Redirecting domains
example.com => example.de
example.com => example.de / subfolder / index.html

Examples: Redirecting email addresses
jane_smith@example.com => jane@example.de (mode=single)
@example.com=> jane@example.de (mode=catchall)


In addition to the MX record, a valid SPF record must be set on the source domain for email redirects. This ensures that our emails are also accepted.

Example:

v=spf1 include: spf-redirector.domain-robot.org ~all


If an SPF entry has already been made for the zone, this entry must be extended with the following include "spf-redirector.domain-robot.org"

Example

Zone entry of the customer:

v=spf1 a mx include: mail.example.com ~all

Zone entry with the additional include for forwarding:

v=spf1 a mx include: mail.example.com include: spf-redirector.domain-robot.org ~all

Structure

Keyword JSONKeyword XMLOccursTypeFormatDescription
createdcreated0 - 1stringdate-timeDate on which the redirect was created.
updatedupdated0 -1stringdate-timeDate on which the redirect was updated.
ownerowner0 - 1objectBasicUserOwner of the  redirect object.
updaterupdater0 - 1objectBasicUserUser who last updated the redirect.
sourceIdnsourceIdn0 - 1string

The IDN version of the domain name. Domains can be entered with or without "www".

target

target

1

string

domain

The URL of the domain to which you want to redirect. Enter the domain without "https://".

targetIdn

targetIdn0 -1stringdomainThe Punycode syntax (IDN) version of the target domain URL. Enter the domain without "https://".
title

title

0 - 1

string


Only for the "frame" mode. Page title to be displayed in the title bar of the browser.

backups

backup

0 - 3

string

domain

Backup destinations for the redirects. If the first destination cannot be reached, the domain is automatically redirected to the substitute destination (domain redirection, frame redirect).

lastSeen
0 - 1stringdate-time Used for analytics, to keep track of when the DNS has been used.
domaindomain0 - 1stringdomain

Domain that is to be redirected, e.g. example.com.

sourcesource1

Domain that is to be redirected, e.g. test.example.com.
modemode0 - 1enum

Redirect_Mode Enum

The redirect mode of domain and email forwarding.

typetype1enumRedirect_Type

The type of redirect.