Forum Moderators: open

Message Too Old, No Replies

page.asp?q=this&p=that -> page/this/that

         

dwilson

5:45 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



Does IIS/ASP support that kind of rewrite? Or is that strictly an Apache thing?

thanks.

dupati1

6:31 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



IIS/ASP supports!

VJ

macrost

7:22 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



dwilson,
If you have a virtual server, *most* hosts won't install a component like that. I have some code that will do what you are looking for.

Mac

f00sion

7:58 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



you can do it manually by using a custom 404 page but its not pretty and a pain in the ass... the best way to go is with a third party isapi filter like isapirewrite or iisrewrite.

macrost

9:55 pm on Jan 16, 2004 (gmt 0)

10+ Year Member



pain in the ass

True, at first... but once you wrap your brain around it, it works great!

But I would rather go with a custom component.

Mac