UHsoccer 0 Posted December 14, 2016 Report Share Posted December 14, 2016 (edited) Trying to simplify the URL that the user has to enter from http://www.request4support.com/test to automatically changing it to http://www.request4support.com/test/login.asp Like to do so in the global.asa files using something like the following (which does NOT work) <script language="VBscript" runat="Server"> sub Session_OnStart <files> <add value="login.asp"/> </files> end sub </script> By the way, in my preview it does not correctly repeat the domain request4support Edited December 14, 2016 by UHsoccer Quote Link to post Share on other sites
justsomeguy 1,135 Posted December 14, 2016 Report Share Posted December 14, 2016 If the file is always login.asp then you can just add login.asp as one of the default documents for your web site. If you need more complex rules about rewriting then you can use this extension: https://www.iis.net/downloads/microsoft/url-rewrite Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.