Chris, Check out Coldcourse (http://coldcourse.riaforge.com) It has the IsapiRewrite4 .ini file in there and allows you to specify a controller.delimiter which should work for your dot notation for event handlers. You can also specify courses manually which will allow you to make something like:
www.site.com/user/list/ route to www.site.com/index.cfm?event=user.user.anyotheruser.callingallusers.list HTH, Jon On May 16, 2007, at 2:43 PM, Peterson, Chris wrote: > I am trying to write a regex for IsapiRewrite4. > > I would like any url that is directly to the root (ie www.site.com) or > to ( www.site.com/index.cfm ) with 3 required paramaters after it, and > additional paramaters possibly. So: > > www.site.com/user/user/list/ would change to > www.site.com/index.cfm?event=user.user.list > www.site.com/index.cfm/user/user/list/ would change to > www.site.com/index.cfm?event=user.user.list > www.site.com/article/list/details/My-Big-Fat-Code-Monkey/Loves-Cheese > would change to > www.site.com/index.cfm?event=article.list.details?vars=My-Big-Fat- > Code-M > onkey|Loves-Cheese > > > Here is what I was working with and getting nowhere: > > [IsapiRewrite4.ini file] > > RewriteLog d:\temp\iirfLog.out > RewriteLogLevel 5 > > IterationLimit 0 > RewriteRule ^/index\.cfm(/.+/.+/.*\?.+\..*)$ /index.cfm?event=$1.$2.$3 > > > I am trying to get this to work properly using IsapiRewrite4, but > a) the > debug output is not very useful (bad expression, loading default) and > when I do get it to run, all I get is the default model-glue page. > Has > anyone else done this? Thanks for any help or direction you can > give me! > > Chris Peterson > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278312 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

