AJ,
Here is my web.config file for the IIS7 mod_rewrite
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="FarCry FURls">
<match url="^(.*)$" ignoreCase="true" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" negate="true" pattern="(.*
\.cfm.*|.*\.css.*|.*\.js.*|.*\.gif.*|.*\.jpg.*|.*\.png.*|.*\.html.*)"
ignoreCase="false" />
<add input="{URL}" negate="true" pattern="(^/
wsimages|^/farcry|^/webtop|^/flex2gateway|^/flashservices|^/cfide)
($|/)" ignoreCase="false" />
</conditions>
<action type="Rewrite" url="/index.cfm?furl=/{R:1}&{C:
1}" appendQueryString="true" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Chris.
On Dec 22, 1:09 pm, AJ Mercer <[email protected]> wrote:
> Hi Chris,
>
> Can you please send me your rules.
>
> I am using Resin as my web server
> Looks like this
>
> <rewrite-dispatch>
> <forward
> regexp="^(/(farcry|flex2gateway|jrunscripts|cfide|cfformgateway|railo-conte
> xt|files|images|javascripts|miscellaneous|stylesheets|cache).*)$"
> target="$1" />
> <forward regexp="^([a-zA-Z0-9\/\-\%:\[\]\{\}\|\;\<\>\?\,\*...@\#\$\
> \(\)\^_`~]*)$" target="/index.cfm?furl=$1" />
> </rewrite-dispatch>
>
> 2009/12/22 Chris Kent <[email protected]>
>
>
>
>
>
> > No, everything is working fine for me.
>
> > Using IIS7 and its built in mod_rewrite.
>
> > The only problems that I have seen so far are:
> > - the comine.cfc naming of teh css & js files - already reported
> > - intermittent problem with "stContainer" not defined, but i think
> > this has been fixed in trunk
>
> > Chris.
>
> > On Dec 22, 12:35 pm, AJ Mercer <[email protected]> wrote:
> > > has anybody had to modify their rewrite rules for the new jQuery tray?
>
> > > My site is totally wacked with friendly URLs now :-(
>
> > > --
> > > AJ Mercerhttp://webonix.nethttp://twitter.com/webonix
>
> > --
> > You received this message cos you are subscribed to "farcry-dev" Google
> > group.
> > To post, email: [email protected]
> > To unsubscribe, email:
> > [email protected]<farcry-dev%2bunsubscr...@googlegrou
> > ps.com>
> > For more options:http://groups.google.com/group/farcry-dev
> > --------------------------------
> > Follow us on Twitter:http://twitter.com/farcry
>
> --
> AJ Mercerhttp://webonix.nethttp://twitter.com/webonix
--
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry