try accessing farcry from http://212.123.1.77/farcry
to access http://www.ourdomain.com/farcry you need to add it to apps.cfm stApps['www.ourdomain.com'] = 'wdpa'; On Wed, 25 Aug 2004 06:10:34 +1000, James Pinto <[EMAIL PROTECTED]> wrote: > > > Send through the guts of your _serverspecificvars.cfm and apps.cfm to > > the list. > > > _serverspecificvars.cfm > > <cfsetting enablecfoutputonly="Yes"> > > <cfscript> > application.dsn = "farcry_wdpa"; > application.dbtype = "odbc"; > application.dbowner = "dbo."; // don't forget the "." > > application.path.project = > replaceNoCase(replace(getCurrentTemplatePath(),"\","/","all"),"/config/_serverSpecificVars.cfm",""); > > application.path.core = > listDeleteAt(application.path.project,listlen(application.path.project,"/"),"/") > & "/farcry_core"; > > // application web urls > application.url.webroot = "/wdpa"; > application.url.farcry = "/farcry"; //admin > > application.packagepath = "farcry.farcry_core.packages"; > application.custompackagepath = > "farcry.#application.applicationname#.packages"; > application.securitypackagepath = application.packagepath & ".security"; > </cfscript> > > <cfsetting enablecfoutputonly="no"> > > APPS.CFM > <cfscript> > stApps = structNew(); > stApps['212.123.1.77'] = 'wdpa'; > </cfscript> > > > Where does your /farcry/ CFMAPPING point and where does your /farcry web > > virtual point to? > > > > CFMAPPING > Logical Path: > /farcry > > Directory Path: > C:\Inetpub\applications > > IIS VIRTUAL WEB > > C:\Inetpub\applications\farcry_core\admin > > > > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
