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)
IIS/ASP supports!
VJ
macrost
7:22 pm on Jan 16, 2004 (gmt 0)
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)
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)
pain in the ass
True, at first... but once you wrap your brain around it, it works great!