I have a bit of a puzzle here... I have a set of .cfm includes in /proj_includes
To stop people accessing those includes directly, I have an .htaccess file that denies all. The main templates are in the root directory, and they include these templates like this: <cfinclude template="/proj_includes/x.cfm"> What I'm seeing in my apache error log is an error message every time anyone loads that root template. It's saying "client denied by server configuration: /proj_includes/x.cfm". That doesn't make sense to me though. CFINCLUDE is something that CF does internally by the file system, isn't it? How on earth is apache getting involved? How does it even KNOW that /proj_includes/x.cfm is being touched? Very confused.... any thoughts? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334495 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

