Forum Moderators: open

Message Too Old, No Replies

ISAPI Rewrite 3.0 Released

Apache mod_rewrite compatible module for IIS

         

pageoneresults

2:46 pm on Sep 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'd like to preface this topic with a personal thanks to Yaroslav at Helicon Tech for bringing this functionality to us Windows folks via ISAPI_Rewrite.

This latest release includes features such as...

ISAPI_Rewrite offers same syntax and behavior as Apache mod_rewrite, making it possible to migrate configurations just by copying .htaccess files.

ISAPI_Rewrite 3.0
[helicontech.com...]

Yes, there is a ISAPI_Rewrite Lite version that is free but I think "most of us" are going to take advantage of the paid version. It would be nice if this were free like mod_rewrite but you know how us Windows folks like to operate. We want to pay for our features. ;)

And, for us .NET folks, I can tell you now that the built in rewrite utilities with .NET don't even begin to compare to what ISAPI_Rewrite will allow you to do. And, with less code/configuration. :)

defanjos

9:23 pm on Sep 10, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I like this improvement.

Will it be backwards compatible with the previous versions of isapi_rewrite, or will it only work with mod_rewrite syntax?

mrMister

9:25 am on Sep 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is theere a list of changes in version 3 anywhere?

pageoneresults

1:28 pm on Sep 11, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Here is a compatibility chart showing many of the new features...

[helicontech.com...]

This version of ISAPI_Rewrite was designed to maintain maximum Apache mod_rewrite compatibility. Although this target has been achieved at very high level, some features may not be implemented because they are too bounded to Apache or UNIX design and their implementation on IIS is senseless.

mattglet

8:39 pm on Sep 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



p1r, I know you're a ISAPI_Rewrite fanboy from way back ;), but could give a quick little example or 2 that Rewrite can do easily that .NET cannot?

mrMister

10:42 am on Sep 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



mattglet, .Net is slower than ISAPI_Rewrite. It's also quicker to write regular expressions for ISAPIRewrite than it is to develop a custom rewriting engine in .Net.

So for server performance and development speed, ISAPIRewrite wins hands down.

bateman_ap

11:02 am on Sep 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Will it be backwards compatible with the previous versions of isapi_rewrite, or will it only work with mod_rewrite syntax?

I updated a server a few days back with v3. It takes your old v2 rules and puts them in the new config file with a compatability tag. All working perfectly.