FarCry Friendly URLs

@Terry_Whitney because this is commandbox, there is no Tomcat in this scenario. CommandBox runs with the servlet container engine “Undertow” and here the Tuckey filter is used for urlRewrite.

@asimkon First thing I see is that FarCry is using a regex with a character set (inside of square brackets [ ] ), and I really don’t know why they are escaping lots of characters with the backslash in their rewrite rule: regex meta characters inside of character sets are different than outside as I told you already on my comment to your post on SO. However, if the team of FarCry post it as a working solution, then it should work with Apache2. Did you also try setting the rules for tuckey with the mod_rewrite-style-rules enabled? Then this plain rule as posted by the FarCry Team should work for Tuckey.

1 Like