Categories
3. Content publishing for tablets 6. Marketing & digital publications

Setting up domain for web platform

If you are setting up a third level domain (for example something.domain.com), then it is simple: for this subdomain set CNAME entry with the value webview.tribo.com – that means, while setting up the “domain.com”, you will create an entry “something” and set CNAME for it. This approach applies also to the subdomain www (that is www.domain.com).

In case, that the domain without subdomain should also be redirected (for example http://domain.com, that is without www. or any other thing at the beginning), the CNAME cannot be created. In that event it is necessary to create an empty entry (“no subdomain”) and set A record on the IP address of our server, that is 52.166.149.77.

If you want to redirect all subdomains (for example at the same time www.domain.com, something.domain.com, magazine.domain.com), you can create A record * (asterisk) and also set it to our IP address.

Examples

  1. you have a domain and all variants of internet addresses should be redirected to the web platform Triobo, you will create two DNS entries of type A:

    nothing => A = 52.166.149.77          * => A = 52.166.149.77

  2. you have a domain and you want to redirect only the traffic without subdomain and traffic from www to the web platform Triobo:

    nothing => A = 52.166.149.77
    www => CNAME = webview.triobo.com

  3. you have a domain that already has something running on it, and you only want to redirect for example portal.something.com

    portal => CNAME = webview.triobo.com

Categories
3. Publikování obsahu pro tablety 6. Marketing digitální publikace

Nastavení domény pro platformu web

Pokud nastavujete doménu třetího řádu (např. něco.doména.cz), tak je to jednoduché: pro tuto subdoménu třetího řádu nastavte CNAME záznam s hodnotou webview.triobo.com — tzn. u nastavení “doména.cz” byste vytvořili záznam “něco” a pro něj CNAME. Tento postup se týká i subdomény www (tj. www.doména.cz).

V případě, že má být přesměrována i doména bez subdomény (např. http://doména.cz, tedy bez www. nebo čehokoli na začátku), nelze takový CNAME vytvořit. V takové situaci je potřeba vytvořit prázdný záznam (“žádná subdoména”) a nastavit A záznam na IP adresu našeho serveru, tj. 52.166.149.77

Jestliže chcete přesměrovat všechny subdomény (např. současně www.doména.cz, něco.doména.cz, casopis.doména.cz), tak můžete vytvořit A záznam * (hvězdička) a nastavit ho také na naši IP adresu.

Příklady

  1. máte doménu a všechny varianty internetových adres mají být přesměrovány na webovou platformu Triobo, vytvořite dva DNS záznamy typu A:

    nic => A = 52.166.149.77          * => A = 52.166.149.77

  2. máte doménu a chcete na webovou platformu Triobo nasměrovat provoz bez subdomény a provoz z www:

    nic => A = 52.166.149.77
    www => CNAME = webview.triobo.com

  3. máte doménu, na které už něco běží, a pouze chcete přesměrovat třeba portal.něco.cz

    portal => CNAME = webview.triobo.com