Table of Contents
If you purchased a domain name from a third-party provider, you can connect it to your Portfoliobox site. All you need to do is follow the guide below and change a couple of settings in your domain provider's account. Your domain name will remain registered at your current provider but will be connected to your Portfoliobox site. You can only connect one domain and only Pro users can use a custom domain.
If you don't have a custom domain, you can register a new one through Portfoliobox.
Step 1 - Submit your domain name
To connect your domain, you first need to submit your domain name in your Portfoliobox admin panel:
- In your admin panel, click on Publish.
- Choose Use the domain I already own.
- Submit your domain name and click Use my domain
- Confirm.
Step 2 - Configure your domain name
a. Log into your domain provider account
Log into your account and find where you manage your DNS settings. Depending on your provider, this may be called Zone File Settings, Manage Domains, Advanced DNS, DNS editor, DNS Manager, or something similar. Here, you'll create 2 records so your domain and your Portfoliobox site are connected.
If you are not familiar with the process of domain configuration, we recommend you to provide your domain provider with the steps b to d.
NB!
- The nameservers should be the default nameservers of your provider.
- Don't delete nor edit MX records during this process. MX records connect your email address. Deleting them will interfere with your email service.
b. Create an A-record
The A-record creates a redirection from yourdomain.com to www.yourdomain.com.
RECORD TYPE | NAME / HOST | TTL | VALUE / POINTS TO |
A record | @ | 10800 | 107.20.241.149 |
Go to the DNS settings and add a new DNS record:
- Choose the type of record: A-record
- In the field Name or Host, type: @
- In the field TTL, type: 10800
- In the field Value, type: 107.20.241.149
NB! If your provider doesn't accept @ as a Host Name, we recommend leaving the Host/Host Name field blank or entering your domain name without the "www" in front.
c. Create a CNAME record
A CNAME record connects "www.yourdomain.com" to your Portfoliobox site.
RECORD TYPE | NAME / HOST | TTL | VALUE / POINTS TO |
CNAME record | www | 10800 | home.portfolioboxdns.com |
Go to the DNS settings and add a new DNS record:
- Choose the type of record: CNAME-record
- In the field Name or Host, type: www
- In the field TTL, type: 10800
- In the field Value, type: home.portfolioboxdns.com
NB!
For some providers, you will need to add a dot "." at the end of the value.
d. Wait for the settings to propagate.
It may take up to 48h before your domain name configuration has propagated. When the settings have propagated, no matter you type www.yourdomain.com or domain.com in a browser, your site will be reached.
If you have an issue configuring your domain name or if it's still not working in a couple of days, please contact our support team who will gladly assist you.
Step 3 - Confirm the configuration
- In your Portfoliobox admin panel, click on See Live.
- Confirm the configuration.
Congratulations, your site is now published!
SSL Certificate
The SSL Certificate ensure a secure connection between the web server and the web browser. When a certificate is successfully installed on a server, the application protocol (HTTP) will change to HTTPs, where the "s" stands for "secure".