B, >> My question is should I really have needed to change >> <cfset lAllowHosts = "127.0.0.1" /> within the >> C:\Farcry\projects\test\www\install\Application.cfm >> file? Could changing this line of code possibly upset >> settings somewhere else within the farcry code, so even >> though initial testing of my site appears to be working >> fine now, is it be possible something may break further >> down the line that reliaed on the allowHosts to be set >> to 127.0.0.1 ?
What you did was fine. That conditional statement is nothing more than a security check to make sure someone other than the developer doesn't try to run the installer on your server (ie. in case you left the installer there by mistake). In every case it is important to make sure the installer folder is removed from the project before going into production (it appears you checked the box to have it removed after installation, so you should be fine). As an aside: If you're just starting out with FarCry 4 might I suggest using newer builds of FarCry core and the farcrycms plugin? Build 1394 was from March 2007. The current core build (v4.0.8) is build 2005 and (IMO) is quite stable. (You can grab these from SVN). Should you decide to upgrade today's install, just overwrite core, login into the webtop, and deploy any type and rule changes. Regards, --- 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?hl=en -~----------~----~----~----~------~----~------~--~---
