> <cfif findnocase("cfm",cgi.CF_TEMPLATE_PATH) and not
> findnocase("index.cfm",cgi.CF_TEMPLATE_PATH)>
> <cflocation url="index.cfm?badfile=yes">
> </cfif>
>
> Straight from the FuseBox.org code,


(1) I don't know why the "findnocase("cfm",cgi.CF_TEMPLATE_PATH)?"
The appserver only handles CFM requests anyway.  Am I missing a trick here?

(2) Also, because the code above only searches on "index.cfm," don't call
any of your pages myindex.cfm, or hyperindex.cfm, etc.

Maybe the "findnocase("index.cfm",cgi.CF_TEMPLATE_PATH)" should just be:

    cfif cgi.CF_TEMPLATE_PATH is not "index.cfm"

John Foulds
Ottawa, Canada

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to