I can't find full documentation on this anywhere.  Can we write it
here?  This is what I have so far:

Download IIRF from:
http://www.fileorama.com/applications/Ionics-ISAPI-Rewriting-Filter-1.0.

1/142539.htm

download and extract it,
copy these two files:
IsapiRewrite4.dll
IsapiRewrite4.ini

to any folder accessable from IIS (make sure the two files are in the
same folder)

add the following line to the end of the  IsapiRewrite4.ini file

# Friendly URLS RewriteRules
RewriteRule  .*/go/(.*)       /go.cfm?path=/go/$1&bISAPIRewrite=1

NOTE: I assume one must comment out the RewriteRules that are in the
file already??

add the filter via IIS, restart it, now any url refernce with a /go/ in

it will be redirected to the
project_folder/www/go.cfm

Also, in the farcry admin, I've gone to Admin/Config Files/plugins and
set FU to yes, and Admin/Config Files/FUSettings I set SESUrls to yes
but don't have any idea what else to do with that config page!  Should
I fill the domain with a list of domains, comma delimited?  What are
the LEX lines?  Suffix is .cfm?  URL pattern is .*/go/(.*)  ??

Ok, that's what I've done, but it doesn't work. That is, the FUs are
generated but instead of adding a /go/ it is adding /go/---/ which is
odd.  ANd then when you click on them you get this error:

 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 D:\farcry\testsite\www\go.cfm: line 37

35 :                    </cfloop>
36 :
37 :                    <cfinclude template="#application.url.conjurer#">
38 :            </cfif>
39 :    <cfelse>

Any ideas what I'm missing?

Also on the manage FU page in Admin...what does that page do?  Just
lets you delete old FUs, one by one??

Help please?!

Thanks so much!


Maya


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to