On Aug 18, 7:10 pm, ZELIN <[EMAIL PROTECTED]> wrote:
> I want  the application will run directly under the webroot in
> production server, for example:http://localhost/
>
> but in development server, I installed as Sub-Directory mode, instead
> of Standalone mode. How can I modify sub_directory mode configuration
> to Standalone mode?

Take a look at ./www/farcryConstructor.cfm

This file contains the primary configuration information for your
project installation.  Moving from a sub-directory to a webroot
installation you would want to look at changing projectURL, for
example:

<cfset THIS.projectURL = "/jumpstart" /> --> sub-directory of
jumpstart
<cfset THIS.projectURL = "" /> --> web root

You can even use a switch statement to detect which server environment
you are on and set the variable accordingly.

Hope that helps,

geoff
http://www.daemon.com.au/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to