URL Structure
Development sites
Development sites follow a special URL structure which allows you to easily find and understand on which server you are hosting. This structure is as follows:
http://[domain].[branchname].[servername].amazee.io
An example:
http://example.com.dev.zh1.compact.amazee.io/
example.comis the defined domain for this sitedevis the branch this site is deployingzh1.compactis the server this site is running onamazee.iotells you that you are hosted with us! ❤️
Production sites
Production sites are usually called via their defined domain like:
http://www.example.com
For testing purposes, production sites can also be reached via the same URL structure like development sites:
http://[domain].[branchname].[servername].amazee.io
In the example where the domain of the production site is www.example.com and the branch of the production site is master, the site is also reachable under:
http://www.example.com.master.zh1.compact.amazee.io/
To ensure that this URL is not indexed by search engines, responses from these URLs are appended with a no-index header: (X-Robots-Tag: noindex, nofollow)