I am setting up FarCry on a system using Apache web server and have it
running fine on the FarCry web site side but not on the Admin side. The
admin side has no style and is getting JavaScript errors. It looks like a
path problem for the css and js includes but I am not sure where it should
be corrected. Here are some of my settings, any help is appreciated.

ColdFusion Mapping
/farcry       C:\Inetpub\application   

Apps.cfm content
<cfscript>
stApps = structNew();
stApps['farcry_local'] = 'farcry_local';
</cfscript>


>From _serverSpecificVars.cfm
// application web urls
application.url.webroot = "";
application.url.farcry = "/farcry"; //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/

Reply via email to