Use a custom Help Center URL when you want customers to open your Userorbit Help Center from your own domain, such as https://help.example.com or https://example.com/support.

Before you start

  • Choose the exact public URL you want to use.

  • Make sure you can edit DNS or hosting rewrites for that domain.

  • Use HTTPS for the final customer-facing URL.

Set the public URL in Userorbit

  1. Open Settings > Help Center in Userorbit.

  2. Enter the full public route in Public help center URL.

  3. Save the settings.

Userorbit accepts either a root URL, such as https://help.example.com, or one base path, such as https://example.com/support.

If you use a subdomain

For a URL like https://help.example.com, create a CNAME record at your DNS provider:

  • Type: CNAME

  • Name: help, or the subdomain you chose

  • Value: portal.userorbit.help

DNS changes can take time to propagate. Many changes are visible within minutes, but some providers can take up to 72 hours.

If you use a path on your main site

DNS can only point a hostname. It cannot route a path like /support by itself.

For a URL like https://example.com/support, keep DNS on your main site and add a rewrite or proxy in your hosting/CDN layer. Route the configured path and everything below it to the Userorbit Help Center origin.

For example, route both:

  • /support

  • /support/*

If your configured path is different, use that exact path instead.

Verify the setup

  1. Open your configured public URL in a browser.

  2. Open an article from the Help Center and confirm it stays under the configured URL.

  3. Check the sitemap URL, such as https://help.example.com/sitemap.xml or https://example.com/support/sitemap.xml.

  4. Confirm the browser shows a valid HTTPS certificate.

Troubleshooting

  • If the domain does not load, confirm the CNAME value or hosting rewrite target.

  • If the homepage works but articles fail, make sure wildcard paths are also routed.

  • If a path-based setup fails, confirm your site proxy forwards the original path to Userorbit.

  • If HTTPS fails, check your DNS, CDN, or hosting certificate settings.

Was this page helpful?