How can I Redirect a folder to another page. Like this:
Under folder USA, a sub-folder called ADMIN, under ADMIN, there is a page called Default.asp which contain response.redirect("http://other.asp")
How can I every time type in, FOR EX:
Http://USA.com/ADMIN,
it will redirect me to
http://other.asp
Thank you in advance.