> | Login dir | > Application.cfm > Login.cfm > Result.cfm > -- | App 1 | > no Application.cfm > app1.cfm > -- | App 2 | > no Application.cfm > app2.cfm
If you need to have some global settings for App 1 that you don't need for App 2, you CAN have an Application.cfm in that directory. To get the settings from the Application.cfm in the root just add <cfinclude template="../Application.cfm"> to the start of the Application.cfm in the App 1 directory. ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

