Except for "Application.cfm". That needs to be capitalized like that or it won't be read. :) I think OnRequestEnd.cfm needs to be likeways capitalized, but I don't routinely use that file so I'm not sure.
Another tip is to set all of the local filesystem paths (e.g. upload dirs, image or document libraries, etc) used by your applications that are outside the Web root as Request.* or Variables.* variables in your Application.cfm file (or some global include file). When you move from server to server you can edit one file with their new locations and be done with it. -B -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] To make life simple, I'd just recommend using lowercase everywhere. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
