Re: facry installation not accessable online, only local
"Richard Groen" <[email protected]>
| Newsgroups | gmane.comp.cms.farcry.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Geoff, See my answers below. Thanks for your help. You can check http://cms.tedgroot.nl IF it works... ;-) Grt, Richard Geoff Bowers wrote: > Richard Groen wrote: > > I deleted the apps.cfm, but that wont work. > > I also tried to add cms.tedgroot to the apps.cfm with the lines above, > > but this wont work also. I get the below error: > > ========= > > Error Occurred While Processing Request > > File not found: /farcry_core/admin/index.cfm > > ========== > > > > The farcry core resides in the application folder and there is also the > > tedgroot folder with the www root under this one. > > > > Do I need to create a new domain in IIS for this to work or do I have > > enough with a virtual folder called cms.. > > I'm not sure what you're set up is. But if you simply ran the project > from its own independent website you would have no need of apps.cfm > > Can you outline the following details: > > ### What is the installation directory of your project? C:\Inetpub\wwwroot\applications\tedgroot > > ### What is the installation directory of farcry_core? C:\Inetpub\wwwroot\applications\farcy_core > > ### What is the contents of ./config/_serverspecificvars.cfm i have opened the config file of tedgroot ==== <cfsetting enablecfoutputonly="Yes"> <cfscript> application.dsn = "tedgroot"; 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 = ""; application.url.farcry = application.url.webroot & "/farcry"; //admin application.packagepath = "farcry.farcry_core.packages"; application.custompackagepath = "farcry.#application.applicationname#.packages"; application.securitypackagepath = application.packagepath & ".security"; </cfscript> <cfsetting enablecfoutputonly="no"> ========= > > ### What directory does your /farcry CFMAPPING point to? > /farcry C:\Inetpub\wwwroot\applications > ### What directory does your web site home point to? C:\Inetpub\wwwroot\applications\tedgroot\www > > ### What directory does your /farcry web virtual point to? The virtual in IIS called farcry: C:\Inetpub\wwwroot\applications\farcry_core\admin > > Hopefully with this information we can get you going in a few minutes :) > > All the best, > > -- geoff > http://www.daemon.com.au/ > -- > Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. > http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-user" group. To post to this group, send email to farcry-user-/[email protected] To unsubscribe from this group, send email to farcry-user-unsubscribe-/[email protected] For more options, visit this group at http://groups.google.com/group/farcry-user -~----------~----~----~----~------~----~------~--~---