Table of Contents
Configuring your domain for a Behance ProSite website
So you have created a website with Behance and now need to configure your domain name at Gandi so that it displays your website.
After having finished configuring your Gandi domain for your Behance ProSite website, you will need to make some technical changes to your domain at Behance (see Step 3 below). For security purposes, Gandi cannot perform these changes for you.
Step 1: Log into your domain name
You will need to log in to Gandi.net with the Gandi handle listed as the domain's owner, administrative, or technical contact (trouble logging in?).
Step 2: Change your zone file
You now need to make a change or two to your DNS zone file so that your domain points at your website.
There are two ways of doing this:
- Adding an A record so the
www
subdomain points to98.129.62.40
(or whatever IP Behance/ProSite has assigned you), or - Adding a CNAME record pointing to
yourportfolioname.prosite.com.
(whereyourportfolioname
is replaced by the name of your own portfolio).
Adding records
To add the A record or CNAME record, you need to first make an editable copy of your zone file (see instructions).
The entry or entries you need to add will look something like one of these (check your Behance/ProSite account to be sure):
www 10800 IN A 98.129.62.40 www 10800 IN CNAME example.prosite.com.
www
(i.e. portfolio.example.com
) just replace www
above with portfolio
.
.
) at the end of example.prosite.com.
or it won't work!
Don't forget to add an A record for the bare domain, in addition to the www
subdomain as above (unless you've added web forwarding to redirect example.com
to www.example.com
):
@ 10800 IN A 98.129.62.40
Which entries you add depends on your own site's configuration.
Example of a zone
Here is an example of a zone file for a domain that will bring visitors to a ProSite/Behance website:
www 10800 IN A 98.129.62.40 @ 10800 IN A 98.129.62.40 @ 10800 IN MX 50 fb.mail.gandi.net. @ 10800 IN MX 10 spool.mail.gandi.net. imap 10800 IN CNAME access.mail.gandi.net. smtp 10800 IN CNAME relay.mail.gandi.net. webmail 10800 IN CNAME agent.mail.gandi.net. blog 10800 IN CNAME blogs.vip.gandi.net. pop 10800 IN CNAME access.mail.gandi.net.
Step 3: Update your Behance ProSite settings
Enter your custom domain on ProSite in Settings → Change Domain.
Your domain name should then display your portfolio website.
Step 4: Add web forwarding (optional)
You may want certain domain names to automatically redirect visitors to the address you configured above. If so, just add a web forwarding entry for each domain or subdomain you want to be redirected.
See also
- Behance ProSite FAQ: How do I set up a custom domain?