Set up subdomain

Create a subdomain for our hosted pages

Updated over a week ago

Ask your domain name manager to create a subdomain for your cart and/or club and/or events pages that will be hosted by Vines OS. Example: wine.yourdomain.com or club.yourdomain.com or shop.yourdomain.com. It can be anything that you want it to be. This is what your visitors will see when they click through to your club or cart pages that we host. Ultimately, this domain name will point to our servers.

There are two steps. You can pass this on to your domain manager/web developer:

1. First they will add an A name for: 52.203.207.79

2. Let us know when this is done, and advise what subdomain you want to use.

3. We will then issue a new SSL certificate.

4. When that has been completed, they can change the A name to CNAME with value d119bs9kyu20qp.cloudfront.net

5. Let us know when that has been done and we will update it.

Using our subdomain and shared SSL?

If using our SSL certificate i.e. https://yourdomain.vinesos.com ask your website developer to add the following lines to your .htaccess file

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://YOURNAME.vinesos.com"
Header set Access-Control-Allow-Origin "https://YOURNAME.vinesos.com"
Header set Access-Control-Allow-Credentials true
</IfModule>


โ€‹

Did this answer your question?