URL Rewrite with Two Parameters ?

Discussion in 'Site Programming, Development and Design' started by she7ata, Nov 21, 2012.

  1. Dears, I know people was talking about URL Rewrite a lot, But I am still having problem understanding the web.config section and the regular expression part.

    However, I need your help to create the rule or the web.config for the following.

    Want to do 'dynamic' redirect/rewrite
    http:// or www
    she7ata.com/blog/articles/xx/title -> she7ata.com/blogdata.aspx?id=xx&title=title
    she7ata.com/blog/category/xx/title -> she7ata.com/blogcategory.aspx?id=xx&title=title
    she7ata.com/blog/portfolio/xx/title -> she7ata.com/portfolio.aspx?id=xx&title=title

    ---
    blog.she7ata.com -> she7ata.com/bloghome.aspx

    Thanks Alot .
     

Share This Page