DWolf
DWolf

Reputation: 725

How can I redirect a url of a domain to a specific directory

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

Answers (1)

Sergio Garcia
Sergio Garcia

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

Related Questions