|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
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.html 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 Show quote "Chris" <nospam@nospam.com> wrote in message news:u9QSUztlGHA.4212@TK2MSFTNGP03.phx.gbl... > 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.html > > > I had seen some stuff using server transfers and 404 page etc is that a bad
idea. Show quote "Kyle Peterson" <kyle***@hotmail.com> wrote in message news:er8YH$tlGHA.4076@TK2MSFTNGP05.phx.gbl... > 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:u9QSUztlGHA.4212@TK2MSFTNGP03.phx.gbl... >> 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.html >> >> >> > > in my opinion YES its a bad idea...
sorta defeats the purpose of URL rewriting too Show quote "Chris" <nospam@nospam.com> wrote in message news:%23Sca1IulGHA.3740@TK2MSFTNGP02.phx.gbl... >I had seen some stuff using server transfers and 404 page etc is that a bad >idea. > > "Kyle Peterson" <kyle***@hotmail.com> wrote in message > news:er8YH$tlGHA.4076@TK2MSFTNGP05.phx.gbl... >> 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:u9QSUztlGHA.4212@TK2MSFTNGP03.phx.gbl... >>> 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.html >>> >>> >>> >> >> > > |
|||||||||||||||||||||||