I am new to Farcry but would like to use it for a number of sites all on the same box. I have read a number of posts regarding multiple sites a number of times - and each time I read them I find somethineg new, but all saying that it will work.
The key as I see it is the apps.cfm, to allow the multiple sites to use the same farcry code base.
Below is my plan of attack - please do correct me if I am wrong, I would much rather get it right before installs than correct it after.
Directory Structure: (a) - Inetpub (b) - - Applications (c) - - - Farcry_core (d) - - - - Admin (e) - - - Fourq (f) - - - site1 (g) - - - site2 (h) - - - Site3
APPS.CFM: <cfscript> stApps = structNew(); stApps['www.site1.com'] = 'site1'; stApps['www.site2.com'] = 'site2'; stApps['www.site3.com'] = 'site3'; </cfscript>
CF Mappings: /farcry - maps-to (c)
IIS Mappings (virtual : www.site1.com maps-to (f) admin.site1.com maps-to (d) www.site2.com maps-to (g) admin.site2.com maps-to (d) www.site3.com maps-to (h) admin.site3.com maps-to (d)
Thanks in advance for any assistance. Chris
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
