This may have been too easy.
<rule>
<from>^(/(flex2gateway|jrunscripts|cfide|cfformgateway|railo-
context|files|images|javascripts|miscellaneous|stylesheets).*)$</from>
<to>$1</to>
</rule>
<rule>
<from>^(/.+/.+/.*\?.+\..*)$</from>
<to>/rewrite.cfm/$1</to>
</rule>
<rule>
<from>^(/[^.]*)$</from>
<to>/rewrite.cfm/$1</to>
</rule>
On Aug 31, 6:55 pm, Mike Henke <
henkem...@gmail.com> wrote:
> I was able to get a simple url rewrite to work on jrun but don't know
> how to transfer the IsapiRewrite4.ini to this Url Rewrite Filterhttp://
tuckey.org/urlrewrite/