Custom Domains

If you're using CloudFlare, Ensure to disable CloudFlare DNS record Proxy (the A record).

On DoKlika platform you can shorten your links using your preferred domain.

For example, let's suppose that you would like to use this domain (e.g. https://my-domain.com) for your links.

In order to use a custom domain, all you need is to follow the instructions below:

  1. Add a DNS record to your domain DNS list from your domain provider:

    For the whole domain (e.g. https://my-domain.com):

    TYPE     HOST        VALUE
    A         @          your-server-IP
    A        www         your-server-IP 

    To add just a subdomain (e.g. https://sub.my-domain.com):

    TYPE     HOST        VALUE
    A        sub         your-server-IP 

  2. Add an "alias" to your main domain from your Cpanel (see tutorial video): https://www.youtube.com/watch?v=pwKUvIVT3No

  3. Add your hosting IP at "Dashboard > Settings > General > Valid IPs"

  4. Then Add your custom domain (e.g. https://my-domain.com or https://sub.my-domain.com) to DoKlika platform at "Dashboard > Domains".

And everything should work as intended.

Sometimes, DNS recodes take up to 1 hour to take effect.

Last updated