Reputation: 725
I have a clients website on their domain https://nav.clientdomain.com:8080/DynamicsNAV100/WebClient
Is there anyway to configure this to go to the above url with just https://nav.clientdomain.com:8080/ ?
Upvotes: 0
Views: 66
Reputation: 85
Yes, you can use the HTTP redirect module.
If you don't have it installed, go to Add Roles and Features > Server Roles > Web Server (IIS) > Web Server > Common HTTP Features > HTTP Redirection
Now inside the IIS Manager, select your website and under the IIS config, look for the HTTP Redirect module.
Just enable the checkbox "Redirect requests to this destination" and type DynamicsNAV100/WebClient
.
Upvotes: 1