Going back to a note from a couple of weeks ago, Mike, that's for use with the internal web server. It's like the default documents feature in IIS or Apache: if a user just puts in a directory name, the web server will look for any file with the given names to load that for the user. If you're using an external web server like IIS or Apache, it has no use. It's a new feature in CF8, one of many hidden gems I discuss in my "cf8 hidden gems" talk, the PDF of which is at http://carehart.org/presentations/#cf8gems.
Hope that helps. /charlie -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Staver Sent: Friday, September 12, 2008 1:50 PM To: [email protected] Subject: Re: [ACFUG Discuss] application.cfc info Thanks - I have a question on this: <!--- Used to help CF work with missing files and dir indexes ---> <cfset this.welcomeFileList = ""> What exactly should go there, and what does that do for you? I'm unfamiliar with this one. > In addition to John's awesome intro last night, here is a template from > the > revered Jedi Master of ColdFusion himself > http://www.coldfusionjedi.com/downloads/application.cfc.txt > > DK > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > > > > ------------------------------------------------------------- > To unsubscribe from this list, manage your profile @ > http://www.acfug.org?fa=login.edituserform > > For more info, see http://www.acfug.org/mailinglists > Archive @ http://www.mail-archive.com/discussion%40acfug.org/ > List hosted by http://www.fusionlink.com > ------------------------------------------------------------- > > ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
