简体   繁体   中英

url rewrite : how to remove value from url and make seo friendly url

URL rewrites work perfectly for me. There's just one more thing:

I wanted to remove the value from the URL and parse the SEO friendly URL

For example: http://www.abc.com/bus/22/data-mapping-tech/loc I want to parse that URL into something like this: http://www.abc.com/bus/data-mapping-tech/loc

Here, i dont want to do response.redirect and all. How i can handle that in process level?

I think what you are looking for is ASP.NET Routing.

This enables you to programatically transport your users to pages that correspond to a different more readable (SEO friendly) path

Read more about it here on MSDN

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