Theo Galanakis wrote:
Just wanted to repost this as I have not received any replies. Perhaps I would be better off just delving into the farcry code, however I thought it would be a last resort.
Open the file <project>/config/_serverSpecificVars.cfm and review the value for application.url.webroot (This was originally configured during the install, but can be changed here).
If your site is meant to run from the root of the domain, then set this to blank (e.g. application.url.webroot = "";), if however your site runs from a virtual directory (or Alias), then set it to the name of the alias (e.g. application.url.webroot = "myAliasName";). If using a virtual directory (or Alias) for your site, you may also need to edit app.cfm.
If you change this value, make sure to udpate the application scope in order to reflect the change (add updateapp=1 to the URL query string).
-Jeff C. --- 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/
