Here are the steps we used to get it working for FarCry 3 on IIS3/Win2003:
- Download and install ISAPI_Rewrite. The default configuration worked for us. Note that we using the lite version, although I suspect that there is little difference in the procedure for the regular version.
- Check the master property sheet on the web server to ensure that the filter is configured. It will not appear on the individual websites' config page.
- Give the IUSR account read/execute permissions to the directory that had the filter's dll. If you want error logging to occur, you will have to also allow write permission.
- Restart IIS.
- Configure your httpd.ini. For FarCry, I needed only a single
rule:
RewriteRule /go/([^\?]*)(?:\?(.*))? /go.cfm\?path=/go/$1&$2 [I,L,R]
Note that this will probably not be an issue for those on IIS5. Additionally, I installed the filter on Win2003 Small Business Server with Active Directory for authenication/authorization, and did not have any permissions issues.
Additionally, I never saw any errors in the event logs regarding permission problems. Note that my CF apps were running in the Default application pool (DefaultAppPool) under the user account "Network Service".
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mkruger
Sent: Thursday, August 31, 2006 1:34 PM
To: [email protected]
Subject: [farcry-dev] ISAPI rewrite filter...
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]On Behalf Of Mkruger
Sent: Thursday, August 31, 2006 10:10 AM
To: [email protected]
Subject: [farcry-dev] Fill me in on RSS and XML exportCan someone help me understand how the RSS module is supposed to work?
First, when I went to create a feed and "view" it I got an error because the Oracle DB did not have the column "status" in the dmXMExport table. I added "status" and set default to "approved" - maybe Beth can tell me if I fixed or introduced a bug :)
Secondly, I created a new feed called "medical services" with a file of "mservices.xml". I assigned a type of dmHTML to it with an update frequency of 1 and max items of 25. I added the "Medical services" cateogry to the feed. What I expected to happen was for it to generate an RSS feed for my medical services page. What I got instead was this:
http://lgh.cfwebtools.com/xml/mservices.xml
Which is a description of the task.... Can someone fill me in? Is there a way to generate an RSS feed based on content?
Next - I tried the "Export" function. I picked "dmHTML" (again) and entered a file name and clicked on "export". I got an error:D:/websites/lghcms/lgh/www/xml directory doesn't exist. Please create before trying to export.
What's the purpose of the export tool? Is it to export settings? content?
Any information would be helpful. This is a great list by the way - ovewhelmingly helpful :)
-mark
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
