Per Application Settings Rock!
I never liked my folder layouts on shared hosting servers. I would place transfer, fusebox, customtags, and other items in the web root that really did not belong there.
I'm now moving an application from CF7 on shared hosting to CF8 on a Win2k VPS at ahphosting.
This is the perfect opportunity to try out CF8's new per application settings for mappings and custom tag paths.
Adding these simply lines of code really cleans up the www root and also keeps the CF admin uncluttered, as all the application settings are now contained in the Application.cfc file.
<cfset customtagpaths = "C:\myPath\customtags">
<cfset This.customtagpaths = customtagpaths>

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
There are no comments for this entry.
[Add Comment]