How to set default route for ArcGIS portal domain ?

316
1
06-19-2023 04:41 AM
AvinashDalvi_
New Contributor III

I am setting up domain for arcgis portal like arcgisportal.example.com but when I am hitting https://arcgisportal.example.com/  redirecting to IP address but when I am hitting https://arcgisportal.example.com/arcgis/home it works fine. 

 

How to setup default path to whenever domain hit up. 

Tags (3)
1 Reply
ChristopherPawlyszyn
Esri Contributor

If you want to redirect traffic from the root of the domain to the Portal for ArcGIS homepage you'll need to set this up in the front-end web server.

 

Here's some relevant documentation for IIS: https://learn.microsoft.com/en-us/iis/configuration/system.webserver/httpredirect/ 

 

I used the following configuration and it seemed to be effective for my ArcGIS Enterprise deployment:

ChristopherPawlyszyn_0-1687380503321.png

 


-- Chris Pawlyszyn
0 Kudos