简体   繁体   中英

Sub Domain is like Subfolder of website in Url Rewriting in IIS 7

I have subdomain as ex. abc.apple.com. Link of this sub domain is on apple.com. Now any one click on it than it will redirect to abc.apple.com but url will look like apple.com/abc/ . I have using.NET 3.5 for development and IIS 7 for web server. Please help me

You will have to have a look at ASP.Net routing.. have a look at IRouteHandler at MSDN then go through the article mentioned below.

http://haacked.com/archive/2008/12/15/redirect-routes-and-other-fun-with-routing-and-lambdas.aspx

this is a very good example to permanent redirect urls..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM