Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
I would like to redirect the default website on IIS to the Change Auditor Web-Client application
설명
I have installed the Web Client for Change Auditor into the Default Web Site. Is there any way to redirect "http://<servername> to http://<server_name>/ChangeAuditor/ ?
원인
N/A
해결 방안
First, you should make sure that the "HTTP Redirection" module is installed on your server. You can find it listed in the Add Roles and Features Wizard on the Roles page under the Webserver IIS | Web Server | Common HTTP Features section.
Open IIS Manager from Start | Administrative Tools | Internet Information Services (IIS) Manager
Expand the server name in the connection pane, then expand the Sites and navigate to the domain. Double-click on Http Redirect option.
Mark the check box Redirect requests to this destination and mention the URL to which you want to redirect your site.
Set the redirect URL to be: http://<server_name>/ChangeAuditor
Turn on the checkbox for the "Only redirect requests to content in this directory (not subdirectories)" option.
Click on apply
Restart your web services to ensure that the settings are applied then you should be able to test to see if the redirect is working by opening your web browser and navigating to http://<server_name>