URL Problems

  • Thread starter Thread starter Stuart Ferguson
  • Start date Start date
S

Stuart Ferguson

I currently have 2 web applications under the same domain.

http://www.somedomain.com/Application1
http://www.somedomain.com/Application2

Application 1 is going to have a URL mapped on to it as follows

http://www.mappedurl.co.uk/

However in the life of my application I redirect from Application1 to
Application2 for some functionality and in this the address in the
browsers address bar goes from http://www.mappedurl.co.uk/ to
http://www.somedomain.com/Application2.

Is there a method to make the URL stay as http://www.mappedurl.co.uk/
even when i have redirected to Application2?

Regards,

Stuart
 
don't do a relative redirect, include the domain in the url.

-- bruce (sqlwork.com)
 
dpends on your server setup. bigip can do it, or use can use host headers in
iis to do it (have the site at the root level via a new web site)

-- bruce (sqlwork.com)
 
Back
Top