Maya,

Okay.  So either delete the file (back it up first), or add your domain
names as needed.   Remember, if you're not running any FarCry sites from a
virtual directory (or alias) then you can delete the apps.cfm (I always do).

Example of adding supported domains per project:

<cfscript>
stApps = structNew();
stApps['localhost'] = 'testsite';
stApps['www.mydomain.com'] = 'testsite';
stApps['mydomain.com'] = 'testsite';
</cfscript>
 
---
Jeff Coughlin
Web Application Developer
http://www.jeffcoughlin.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to