Skip to main content

Path prefix

[]

The HCMS Client typically runs on its own domain, and the entry point is the root (/ or /index.html). It is, however, possible to run a standalone portal on some path prefix. The path prefix must be always specified in the config.json as a property prefix, even if you want to use the root path:

JSON
{
    "portal": {
     },
    "prefix": "/hcms-client"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.