Hi guys
I have a simple question,
I have an internal server, currently we can all login using http://int.domain.com/default/login.aspx
Created a server farm - pointing to int.domain.com
Then created a {HTTP_HOST} pattern rule for int.* for the above
Problem is we need to always type
http://int.domain.com/default/login.aspx to surf the internal site. What I wish to know is how do I create a rule to automatically route all requests tohttp://int.domain.com to
http://.........../default/login.aspx
Because it's really cumbersome to always have to append ..../default/login.aspx
Please advise how do I go about?
Thanks in advance