Activating Vanity URLs will allow you to use your own custom domain for tracking email and social media links. This way when your contacts click on any link you send them via email or social media posts, they will see your custom domain.

This option requires adding some code that is provided to your .htaccess file in order for this to be fully functional.  We will see now how to do that.

Go to Settings -> Whitelabel -> toggle on the Vanity URL

Copy the code provided.

After you add it to your .htaccess file, you can click on check setup.

In your .htaccess file insert a new IfModule by putting <IfModule mod_rewrite.c>
Then paste our code and close the IfModule by putting </IfModule>

Note that if you have an <IfModule mod_rewrite.c> inside your .htaccess file, make sure to put our IfModule before all the IfModule you already have.

Get Started