Rule-based URL re-writer for IIS

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Rule-based URL re-writer for IIS

Post by daedalus__ »

If I remember correctly, a lot of people ask about this. I found an answer:

ISAPI_Rewrite
http://www.isapirewrite.com/
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post by alex.barylski »

Crazy how most everything in Windows costs money and yet everything is Linux is usually free...

I just had an epiphany...use open source software, but develop for Microsoft :P This way you save money and make it at the same time...best of both worlds :)
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

If I find a free one. :)

It will be on the company bill anyway. :P
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

Thanks, Everah!
User avatar
MrPotatoes
Forum Regular
Posts: 617
Joined: Wed May 24, 2006 6:42 am

Post by MrPotatoes »

Hockey wrote:Crazy how most everything in Windows costs money and yet everything is Linux is usually free
then again the support isn't nearly the quality that you pay for. thats why it costs money. i would rather have something work (if it's business use and alot of personal use too) than have to tinker with it and then post on a forum and wait hours to days for someone to get back to me when i need the help. if ti's time critical then yea, i'd go with something with responsive customer service.

:)
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Daedalus- wrote:Thanks, Everah!
You're welcome. I have never used them so I cannot vouch for them, but they are free.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I like Apache and mod_rewrite (on Win32 or *nix) but it's nice to know that an option exists for rewriting if I was ever to leave the Apache world for some weird reason. :)
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

I'm stuck with IIS.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Ouch.
Post Reply