This guide will cover a few simple ways to change the default web address for the Web Portal
PLEASE NOTE: This guide assumes that you are making changes in IIS with basic knowledge of your server's environment. If you are unfamiliar with IIS, or you are not sure if you are hosting other sites or using IIS for anything other than solely for Web Portal, then please consult a network admin or your IT department staff in charge of administering IIS functions in your environment. |
Option 1:
If you are not already using your Default Website you can simply redirect it to the Web Portal URL:
Step 1: Open IIS Manager: Right Click Windows, select Run, then type Inetmgr, and then Enter.
Step 2: Select Default Website under connections. On the right-hand side, select the option "HTTP Redirect":
Step 3: Open the HTTP Redirect, and check the box to redirect requests and then paste into the field the URL for your Web Portal, and click Apply:
You can now use your server name as the URL. For example, if your original Web Portal URL was as follows:
Original: https://Servername:48111/PMPWEB/
You can now use: http://Servername/ (as your URL), and it will redirect you to the Web Portal. You will still be able to use your original URL as well.
Option 2:
If you are already using your default website, or you want to add a path to the Web Portal such as http://Printserver/Print, you can use this method:
Step 1: Open IIS Manager, Right Click on your Default Website and select Add Virtual Directory...
In the Alias, select the custom URL path you want. For example if you wanted http://PrintServer/Print you would put in "Print" in the Alias. Then select a physical Path. This is not going to matter as this virtual directory is only going to be used as a redirect.
Example:
Step 2: Once you've added the virtual directory, select it and on the right hand side, select HTTP Redirect and then configure it to point to your current default Web Portal URL:
You can now use the URL along the lines of http://printserver/print (or whatever you specified as the alias of the virtual directory). That will direct your users to the Web Portal. You may still use your original URL.
Comments