Every Foleon Doc needs to live on its own URL. You have 2 options for hosting your content: using a (free) Foleon domain or your own custom domain. In this article, we'll discuss these 2 options and how they shape the URL of your live Foleon Doc.
π‘ Already know that you're hosting on a custom domain? Check out our article Hosting on a custom domain.
Where to manage your domain setup
In the dashboard, go to the project you want to set up the hosting for. In project settings, scroll down to your domain setup. There you will see the 2 options discussed in this article: using a (free) Foleon domain or your own custom domain.
If you decide to go for a custom domain, click + new domain. Alternatively, click account in the left sidebar and go to domains. Click + new domain to get started.
π‘Configuring a new domain used to be part of the project settings.
Use a (free) Foleon domain
If you want to host your content on a free domain, you can select the Use a (free) Foleon domain option. For this option, "foleon" will always be included in the URL.
π‘ The (free) Foleon domain is automatically secured.

By default, your Foleon Doc will then live on the following URL:
https://account-alias.foleon.com/project-alias/foleon-doc-alias/page-alias
To better understand this URL and how it's made up, we go over the different components below:
-
https://
β The default hostname is always secured with SSL/TLS. -
account-alias
β The account alias is a hyphenated version of the company name you enter when creating an account. If you want to change your account alias, please contact support@foleon.com. Keep in mind that changing this will affect all of your Foleon Docs in your account. -
foleon.com
β Foleon Docs live on our domain by default. Depending on your plan, you can also choose to publish on a custom domain instead. -
project-alias
β The project alias is a hyphenated version of the name of the project a Foleon Doc lives in. You change it through a project's settings but keep in mind that changing this will affect all Foleon Doc's within that project. -
foleon-doc-alias
β the Foleon Doc alias is a hyphenated version of a Foleon Doc name. You can change it through a Foleon Doc's settings. -
page-alias
β the page alias is a hyphenated version of a page name. You can change it through a pageβs settings.
π‘ The Foleon Doc alias and page alias allow you to link to specific Foleon Docs and pages. Make sure you include these in the URLs you share.
Letβs talk about what happens when, for whatever reason, any part of this URL is incorrect or missing:
-
account-alias
β If the account alias is incorrect, visitors will be prompted with a Foleon 404 page. -
foleon.com
β If the domain is incorrect, visitors will be prompted with a browser error page. -
project-alias
β If the project alias is incorrect or missing, visitors will be prompted with a Foleon 404 page. -
foleon-doc-alias
β If the Foleon Doc alias is incorrect or missing, visitors will be directed to the most recent published Foleon Doc within the project. Alternatively, they will be directed to the primary Foleon Doc. -
page-alias
β If the page alias is incorrect or missing visitors will be redirected to the first page of the Foleon Doc.
Use your own custom domain
Next to using the default hostname, you can choose to publish on a custom domain instead.
π‘ Want to learn how to set up your own custom domain? Read all about it in our article Hosting on a custom domain.
This can either be a subdomain or a domain that you have set up with your hosting provider. Either way, URLs will look something like this:
http(s)://your-subdomain.your-domain.your-top-level-domain/foleon-doc-alias/page-alias
To better understand this URL and how it's made up, we go over the different components below:
-
http(s)://
β Depending on the protocol of your domain Foleon Docs will either live on HTTP or HTTPS. To secure your domain, making it "HTTPS", you can install a SSL/TLS certificate in the project settings. Read more about securing your domain in our article How we generate an SSL/TLS certificate for you. -
your-subdomain.your-domain
β You can either publish on a subdomain or root domain. Read more about using a custom domain in our article Hosting on a custom domain. -
your-top-level-domain
β You can publish on any top-level domain (e.g. .com/.nl/.de). base path
(optional) β You can decide the add a base path to structure your URL. If you want to use one domain for multiple projects, this is required for a successful setup. Learn more in our article Hosting on a custom domain.-
foleon-doc-alias
β The Foleon Doc alias is a hyphenated version of a Foleon Doc name. You can change it in the Foleon Doc settings. -
page-alias
β The page alias is a hyphenated version of a page name. You can change it in the page settings.
Letβs talk about what happens when, for whatever reason, any part of this URL is incorrect or missing:
-
http(s)://
β What happens when a visitor navigates to HTTP/HTTPS is based on your domainβs protocol. To secure your domain, making it "HTTPS", you can install a SSL/TLS certificate in the project settings. Read more about securing your domain in our article How we generate an SSL/TLS certificate for you. -
your-subdomain.your-domain.your-top-level-domain
β If any of these are incorrect or missing, visitors will be prompted with a browser error page. -
foleon doc-alias
β If the Foleon Doc alias is incorrect or missing, visitors will be directed to the most recent published Foleon Doc within the project. Alternatively, they will be directed to the primary Foleon Doc. -
page-alias
β If the page alias is incorrect or missing, visitors will be redirected to the first page of the Foleon Doc.
Related articles