You do not want to go down that road of renaming the mapping. Ideally, farcry_core resides outside of any "account" and can be read by everyone on the machine via the /farcry cf mapping. Theoretically, you could do a replace all references in fourQ and farcry_core w/ your new mapping name, but I think this is actually more involved than a simple search/replace. And then you've destroyed your upgrade path.
Can you consider instead hosting both sites inside the same account? FarCry has all you need to upload images/files/etc via the admin interface, and has stats built into the system. Usually, these cheaper hosting providers are not up to hosting large applications such as farcry. That said, I had vary good luck a few years back hosting w/cfdynamics. But I think that I was the only FarCry installation on the box. As soon as someone else comes along and wants to host a different version of FarCry on the same box, that shared mapping causes yet another problem. It would be nice if the 'farcry' string were a variable in the config, but it is often used in the <cfimport>'s throughout the app, and my understanding is that these cannot contain variables. Scott Rogz (sent by Nabble.com) wrote: >i'm having a possible issue with the host as i now have 2 farcry sites to >host but it seems that the second site may not be able to access the farcry >mapping as the core files sit under the first account...what is involved in >renaming the mapping to say "farcry2"...how much code would i have to change >or is there an easy way to do this...or is the webhost out to lunch...the >web host is webhost4life >-- >View this message in context: >http://www.nabble.com/Change-the-cf-mapping-name-t1250912c621.html#a3314435 >Sent from the FarCry - Dev forum at Nabble.com. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
