Fusebox does mention that putting an application.cfm into your top level
directory to catch any requests going to non-index.cfm files so people don't
try to guess your dsp_ or act_ files and do funny things to your
site...here's the example from fusebox.org:

<cfif findnocase("cfm",cgi.CF_TEMPLATE_PATH) and not
findnocase("index.cfm",cgi.CF_TEMPLATE_PATH)>
        <cflocation url="index.cfm?badfile=yes">
</cfif>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to