What is URL rewritting

Discussion in 'C#' started by seokingdom07, May 5, 2009.

  1. #1
    Hi,

    can somebody please tell me what is URL rewriting, how it works & what are its limitations
     
    seokingdom07, May 5, 2009 IP
  2. MayurGondaliya

    MayurGondaliya Well-Known Member

    Messages:
    1,233
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    170
    #2
    URL writing is a teachnique using which URLs with query strings can be converted into permanent links(URLs with no query strings)

    For example,
    domain.com/page.php?category=computer-security can be rewritten to
    domain.com/page/category/computer-security

    URL rewritting is done specially for SEO reasons generally.

    You can use ISAPI_Rewrite component for rewriting in IIS.
     
    MayurGondaliya, May 5, 2009 IP