> My question is: what keeps a web-user from typing in the exact 
> path of a QRY
> or ACT file or any other file in your application other than 
> index.cfm?

You can put something like:

<cfif ListLast(GetBaseTemplatePath(),'\') is not "index.cfm">
    <cflocation url="/">
</cfif>

in Application.cfm
------------------------------------------------------------------------------
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