OK, Ive made a little bit of progress on this one. I set the permissions on both the .dll and .ini files and the filter has now successfully loaded into the virtual directory within IIS. This now shows a green arrow pointing upwards next to the entry.
Ive also got the iirlog.out file appearing within the c:\temp folder. Ive rebuilt the sites friendly URLs, but now when I go to view the site, Im getting this error:- Could not find the included template 404.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. Using relative paths (for example, 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 C:\Farcry\mcookson\www\go.cfm: line 41 39 : </cfif> 40 : <cfelse> 41 : <cfinclude template="404.cfm"> 42 : </cfif> 43 : </cfif> It seems my fix to the original problem has caused another (!). For what its worth, the IsapiRewrite4.ini file only has the following 4 lines of code:- RewriteRule ^/go/(.*)$ /go.cfm?path=/go/$1 [L,PT] RewriteLog c:\temp\iirfLog.out RewriteLogLevel 3 MaxMatchCount 10 B On Oct 7, 9:21 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > On 07/10/2007, BazD <[EMAIL PROTECTED]> wrote: > > > > > OK, thanks. I will look into this. > > > To clarify the error Im getting, I can roll over a link on the site, > > and the friendly URL equivalent appears in the status bar at the > > bottom of the browser window, but when the link is clicked, it shows a > > page not found error message. > > Definitely sounds like you have an issue with the rewriter plugin. > > Farcry is doing its job of allowing you to set FUs and is generating them in > your navigation correctly. > If the rewriter doesn't redirect to go.cfm correctly then Farcry will > intercept the page request as "not found". > > Regards > > Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to farcry-dev@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---