Thankyou Jeff. I appreciate your feedback! Worked a treat! I just had to remove the "/".
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Coughlin Sent: Friday, 19 August 2005 12:48 AM To: FarCry Developers Subject: [farcry-dev] Re: FW: Moved Site. 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/ -- _______________________________________________________________________________ Notice from Melbourne Business School Ltd The information contained in this e-mail is confidential, and is intended for the named person's use only. It may contain proprietary or legally privileged information. If you have received this email in error, please notify the sender and delete it immediately. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient Internet communications are not secure. You should scan this message and any attachments for viruses. Melbourne Business School does not accept any liability for loss or damage which may result from receipt of this message or any attachments. ______________________________________________________________________________ --- 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/
