This rule gives us the error below. Just one note - we removed all of the other rules in the Ionic .ini file, leaving only this rule - is this correct?
Could not find the included template /index.cfm. Note: If you wish to use an absolute template path (e.g. TEMPLATE="/mypath/index.cfm") with CFINCLUDE then you must create a mapping for the path using the ColdFusion Administrator. Using relative paths (e.g. TEMPLATE="index.cfm" or TEMPLATE="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible. The error occurred in E:\FarCry\farcry_mysite\www\go.cfm: line 37 35 : </cfloop> 36 : 37 : <cfinclude template="#application.url.conjurer#"> 38 : </cfif> 39 : <cfelse> Michael Sharman wrote: > > > Hi David, > > Can you try this rule instead? > > RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT] > > Don't forget you need the PT (pass through) > > Michael > > On Feb 23, 2:27 pm, David Buonomo <[EMAIL PROTECTED]> wrote: >> I'm trying to get FUs running with MX 6.1 and Ionic's Rewriter. It seems >> like I'm close, but getting >> 404 errors. I'm using the following rewrite rule: >> >> RewriteRule /go/([^\?]*)(?:\?(.*))? /go.cfm\?path=/go/$1&$2 [I,L,R] >> >> So, a friendly URL such as this: >> >> http://mydomain/go/contact-us >> >> is redirecting to this: >> >> http://mydomain/go.cfm%5C?path=/go/contact-us& >> >> Note the %5C in the URL. I've tried various changes to the rewrite rule >> (like removing the \ after go.cfm), but no luck. >> >> Any help would be appreciated. >> >> Dave >> -- >> View this message in >> context:http://www.nabble.com/Friendly-URLs-and-Ionic-Configuration-tf3276842... >> Sent from the FarCry - Dev mailing list archive at Nabble.com. > > > > > > -- View this message in context: http://www.nabble.com/Friendly-URLs-and-Ionic-Configuration-tf3276842s621.html#a9118771 Sent from the FarCry - Dev mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
