asp.net - How to redirect a page request to another url -


i use url routing in web application. have changed url routing rules , links on other sites broken after release web application. here old , new rule examples:

old one:

http://domain/urun/sungerbob-tamir-seti/6/0 

new one:

 http://domain/sungerbob-tamir-seti/6/0 

what should ?


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -