Trinity,
Send over what you apache site setup looks like.
You can use the application.cfm that comes with FC. The application.cfm
should look more like:
<cfsetting enablecfoutputonly="Yes">
<cfapplication name="projectDirName" sessionmanagement="Yes"
sessiontimeout="#createTimeSpan(0,1,0,0)#">
<!--- Application Initialise --->
<cfif NOT IsDefined("application.bInit") OR IsDefined("url.updateapp")>
<!--- Project Specific Initialisation --->
<cfinclude template="../config/_applicationInit.cfm">
<!--- Farcry Core Initialisation --->
<cfinclude
template="/farcry/farcry_core/tags/farcry/_farcryApplicationInit.cfm">
</cfif>
<!--- general application code --->
<cfinclude
template="/farcry/farcry_core/tags/farcry/_farcryApplication.cfm">
<cfsetting enablecfoutputonly="no">
--
View this message in context:
http://www.nabble.com/installing-farcry-with-apache-problem-t1161118c621.html#a3125594
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
-~----------~----~----~----~------~----~------~--~---