Jump to content

automatically change URL via global.asa file


UHsoccer

Recommended Posts

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 by UHsoccer
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...