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

This article is for Administrators. Learn more about permissions. If you’re a Member, check out our Member resources.

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. Click on Settings (upper right corner).

    • Only Administrators can view and change Account Settings.
  2. Under the Billing information section, in the Web address area, click the Update address button next to the current web address.

  3. Enter your new web address and 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