URL Rewriting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    URL Rewriting

    Can anyone give me any ideas on how to do URL rewriting in ASP with IIS 5
    (possibly 6). Aside of course from switching to Apache ;) Regards, Chris. I
    want my products/product.asp?id= 1243124 to read products/friendlyurl.htm l



  • Kyle Peterson

    #2
    Re: URL Rewriting

    you need to use an IIS filter to do url rewriting like that

    I have had very good luck with iisrewrite and it is easy to use


    It's like 100.00 bucks but works better than any of the other ones I used...
    free or otherwise

    Course you need your own server or a host that is willing to set it up for
    you



    "Chris" <nospam@nospam. com> wrote in message
    news:u9QSUztlGH A.4212@TK2MSFTN GP03.phx.gbl...[color=blue]
    > Can anyone give me any ideas on how to do URL rewriting in ASP with IIS 5
    > (possibly 6). Aside of course from switching to Apache ;) Regards, Chris.
    > I want my products/product.asp?id= 1243124 to read
    > products/friendlyurl.htm l
    >
    >
    >[/color]


    Comment

    • Chris

      #3
      Re: URL Rewriting

      I had seen some stuff using server transfers and 404 page etc is that a bad
      idea.

      "Kyle Peterson" <kyle342@hotmai l.com> wrote in message
      news:er8YH$tlGH A.4076@TK2MSFTN GP05.phx.gbl...[color=blue]
      > you need to use an IIS filter to do url rewriting like that
      >
      > I have had very good luck with iisrewrite and it is easy to use
      > http://www.qwerksoft.com/products/iisrewrite/
      >
      > It's like 100.00 bucks but works better than any of the other ones I
      > used... free or otherwise
      >
      > Course you need your own server or a host that is willing to set it up for
      > you
      >
      >
      >
      > "Chris" <nospam@nospam. com> wrote in message
      > news:u9QSUztlGH A.4212@TK2MSFTN GP03.phx.gbl...[color=green]
      >> Can anyone give me any ideas on how to do URL rewriting in ASP with IIS 5
      >> (possibly 6). Aside of course from switching to Apache ;) Regards, Chris.
      >> I want my products/product.asp?id= 1243124 to read
      >> products/friendlyurl.htm l
      >>
      >>
      >>[/color]
      >
      >[/color]


      Comment

      • Kyle Peterson

        #4
        Re: URL Rewriting

        in my opinion YES its a bad idea...

        sorta defeats the purpose of URL rewriting too




        "Chris" <nospam@nospam. com> wrote in message
        news:%23Sca1Iul GHA.3740@TK2MSF TNGP02.phx.gbl. ..[color=blue]
        >I had seen some stuff using server transfers and 404 page etc is that a bad
        >idea.
        >
        > "Kyle Peterson" <kyle342@hotmai l.com> wrote in message
        > news:er8YH$tlGH A.4076@TK2MSFTN GP05.phx.gbl...[color=green]
        >> you need to use an IIS filter to do url rewriting like that
        >>
        >> I have had very good luck with iisrewrite and it is easy to use
        >> http://www.qwerksoft.com/products/iisrewrite/
        >>
        >> It's like 100.00 bucks but works better than any of the other ones I
        >> used... free or otherwise
        >>
        >> Course you need your own server or a host that is willing to set it up
        >> for you
        >>
        >>
        >>
        >> "Chris" <nospam@nospam. com> wrote in message
        >> news:u9QSUztlGH A.4212@TK2MSFTN GP03.phx.gbl...[color=darkred]
        >>> Can anyone give me any ideas on how to do URL rewriting in ASP with IIS
        >>> 5 (possibly 6). Aside of course from switching to Apache ;) Regards,
        >>> Chris. I want my products/product.asp?id= 1243124 to read
        >>> products/friendlyurl.htm l
        >>>
        >>>
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...