Ok... making progress. I actuall got it to find the right page, and I got loggin enabled. Now my problem is that the ISAPI filter rewrites all my absolute paths because the browser "thinks" its' in a folder called "/go/medical-sevices". Any ideas?
>From the log file... Url is: '/go/medical-services/_images/icons/print.gif' Thu Aug 31 13:22:13 2006 - Rule 1 : 2 Thu Aug 31 13:22:13 2006 - Result: /go.cfm?path=/go/medical-services/_images/icons/print.gif Thu Aug 31 13:22:13 2006 - Rewrite Url to: '/go.cfm?path=/go/medical-services/_images/icons/print.gif' If the browser knew the correct absolute path it wouldn't have this problem ... yes? -Mark -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Moretti Sent: Thursday, August 31, 2006 12:48 PM To: [email protected] Subject: [farcry-dev] Re: ISAPI rewrite filter... On 31/08/06, Mkruger <[EMAIL PROTECTED]> wrote: > > > I'm trying to use the filter recommended here: > > http://groups.google.com/group/farcry-dev/browse_thread/thread/55f5b27c271f6 370/4b785d10ed95ee35?lnk=gst&q=isapi+filter&rnum=1#4b785d10ed95ee35 > > along with the rewrite rule.... I can't seem to get the filter to work > > http://lgh.cfwebtools.com/go/medical-services/cardiology/vascular-e > > I'm not getting an error or anything... it's just not passing to the go.cfm > page. I'm using this rewrite rule: > > RewriteRule .*/go([^\?]*)(?:\?(.*))? /go.cfm\?path=/go$1&$2 > > ...That I gleaned from the thread. I enabled logging but no log file is > showing up. Any tips or tricks to making this work? http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Confi guration should help... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
