Is it possible to self-host an Enterprise Site? I'm thinking of how I can use WAB Developer Edition to deploy a Web App in IIS at my own URL, and am wondering if I could do the same thing with Sites.
- Currently our Site is at "https://<domain>/arcgisportal/apps/sites/#/infrastructure"
- And it might be nice to have it instead at "https://<domain>/infrastructure"
I suppose I can set up a simple HTML redirect at "https://<domain>/infrastructure" that points to the main app at "https://<domain>/arcgisportal/apps/sites/#/infrastructure", which we are pretty used to.
I tired noodling around with copying "ArcGIS\Portal\apps\sites" to a base URL at inetpub\wwwroot, but it looks like the check for the Portal Base URL is baked deep into the minified vendor code and can't be easily modified.