Difference between revisions of "Vanity Domains"

From unroole CMS wiki
Jump to: navigation, search
Line 1: Line 1:
<noinclude>
 
 
Vanity domain gives you the ability to set other domains to point to your account or channels. When you configure it correctly, users that visit your domain (ex. www.myexample.com), will actually see the live site of your channel (ex. mychannel-myaccount.unroole.com). Note that this is different than a redirection, users still sees your domain (ex. www.myexample.com) as the url and will never actually see the url of the subdomain for your channel (ex. mychannel-myaccount.unroole.com).
 
Vanity domain gives you the ability to set other domains to point to your account or channels. When you configure it correctly, users that visit your domain (ex. www.myexample.com), will actually see the live site of your channel (ex. mychannel-myaccount.unroole.com). Note that this is different than a redirection, users still sees your domain (ex. www.myexample.com) as the url and will never actually see the url of the subdomain for your channel (ex. mychannel-myaccount.unroole.com).
  
Line 5: Line 4:
  
 
== How To Setup ==
 
== How To Setup ==
{{for|more information|Account}}</noinclude>{{Css Image Crop
+
{{:Setup Vanity Domain}}
  |Image = easyDNS CNAME.png
+
  |bSize = 300px
+
  |cWidth = 300
+
  |cHeight = 167
+
  |Location = right
+
  |Description = Configuring easyDNS CNAME.
+
}}
+
 
+
{{Css Image Crop
+
  |Image = easyDNS Edit CNAME.png
+
  |bSize = 300px
+
  |cWidth = 300
+
  |cHeight = 167
+
  |Location = right
+
  |Description = Configuring easyDNS CNAME.
+
}}
+
 
+
{{Css Image Crop
+
  |Image = Add Vanity Domain.png
+
  |bSize = 300px
+
  |cWidth = 300
+
  |cHeight = 167
+
  |Location = right
+
  |Description = Add vanity domain in unroole.
+
}}
+
 
+
To configure a vanity domain you need to first setup a cname with your DNS provider. The steps to configure cname for different DNS provider varies, here we use easyDNS as an example.
+
# In your easyDNS account, navigate to 'CNAME Records'.
+
# Click on 'edit'.
+
# Follow the given instruction on the 'Edit CNAME records' page.
+
# After you are done configuring your DNS, navigate to and login to your unroole account.
+
# Navigate to your accounts or channels list, and click the 'Edit' icon for the account or channel you want your url to points to.
+
# Under the domain section, enter your url. This url is the url which you want it to points to your account or channel. So when user goes to this url, it will display the content of your unroole account or channel
+
# You can add multiple url by clicking on 'Add another domain'
+
# Click 'Submit' to complete.
+
 
+
{{clear}}
+
  
 
== Example Usage ==
 
== Example Usage ==
Vanity Domain can be used for many purposed, for example you can use it for localizations. Let's say you want a bilingual site with English and French with English content at "www.myexample.com/en" and French content at "www.myexample.com/fr". Follow these steps:
+
{{:Vanity Domain Example}}
* Create two channels, one for English and one for French, you can easily unify their looks and feel by using the same Template.
+
* Setup vanity domains to let "www.myexample.com/en" to point to the English channel, and "www.myexample.com/fr" to the French channel.
+
* Done, you now have a fully functional bilingual site.
+
You can also point multiple domains to a channel, for example you can add an additional domain "www.my-english-example.com" to point to the English channel.
+
{{clear}}
+

Revision as of 12:32, 15 November 2012

Vanity domain gives you the ability to set other domains to point to your account or channels. When you configure it correctly, users that visit your domain (ex. www.myexample.com), will actually see the live site of your channel (ex. mychannel-myaccount.unroole.com). Note that this is different than a redirection, users still sees your domain (ex. www.myexample.com) as the url and will never actually see the url of the subdomain for your channel (ex. mychannel-myaccount.unroole.com).

How To Setup

To configure a vanity domain you need to first setup a cname with your DNS provider. The steps to configure cname for different DNS provider varies, here we use easyDNS as an example.

  1. In your easyDNS account, navigate to 'CNAME Records'.
  2. Click on 'edit'.
  3. Follow the given instruction on the 'Edit CNAME records' page.
  4. After you are done configuring your DNS, navigate to and login to your unroole account.
  5. Navigate to your accounts or channels list, and click the 'Edit' icon for the account or channel you want your url to points to.
  6. Under the domain section, enter your url. This url is the url which you want it to points to your account or channel. So when user goes to this url, it will display the content of your unroole account or channel
  7. You can add multiple url by clicking on 'Add another domain'
  8. Click 'Submit' to complete.

Note: Before finalizing the save of a new vanity domain the system will check to ensure the vanity domain is not currently in use elsewhere and that the DNS record has been setup correctly.

Example Usage

Vanity Domains can be used for many purposes. Below are some reasons for vanity domains to be used:

  • Account admin panel branding
  • User friendly channel url's
  • SEO friendly channel url's
  • Localization
  • Subdomains of a larger website domain

Localization

Let's say you want to setup a bilingual site with English and French content. You want to host English content at "www.myexample.com/en" and French content at "www.myexample.com/fr". You could setup the vanity domains as follows:

  • Create two channels, one for English and one for French, you can easily unify their looks and feel by using the same Channel Layouts and Theme.
  • Setup vanity domain for english channel as "www.myexample.com/en"
  • Setup the vanity domain for the french channel as "www.myexample.com/fr"
  • Add a simple cross link in the Navigation Widget or Html Widget to switch between the english and french websites.

You can also point multiple domains to a channel. For example you can setup your vanity domains with "www.parentsite.com/en", "www.example.com" and "en.example.com" each of which point to the same English channel.