asp.net - How to remove url segment via web.config? -


how remove url segments via web.config rerwrite rules?

scenarios removing en example 1 domain.com/en/blog/article1

redirect domain.com/blog/article1

removing fr example 2 domain.com/fr/blog/article2

redirect domain.com/blog/article2

i'm trying both in 1 redirect rule.

equivalent remove part of url


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -