Can I map my Harvest web address to my own domain, such as harvest.mydomain.com?

Not currently. Harvest may support custom domain mapping in the future, which would enable Harvest customers to map their own domains to their Harvest account using a CNAME in their own DNS zone. This would, for example, allow changing your Harvest Web Address from https://COMPANYNAME.harvestapp.com to https://harvest.mydomain.com.

Note that you can always change your Harvest web address in the following manner:

  1. Head to Settings (top right).
  2. Select Billing in the left sidebar.
  3. In the Web address area, click the Update address link.
  4. Enter your new web address.
    • Note: If a web address is not available, your team will need to choose a different address.
  5. Click Save web address.

It is possible, however, to use a redirect page or script on your own server to redirect visitors to your Harvest account from your own domain name.

For example, if this PHP script was served from https://harvest.mydomain.com, it would redirect visitors to your Harvest account at https://COMPANYNAME.harvestapp.com:

<?php
  header("Location: https://COMPANYNAME.harvestapp.com/");
?>

Did you find this article helpful?

Still have questions? We’re happy to help!

Contact us