root / website / trunk / Application.cfm

Revision 217, 178 bytes (checked in by scorfield, 3 years ago)

Initial import of partial fusebox.org site just to kick off the repository.

Line 
1<cfsilent>
2<cfif right(cgi.script_name, Len("index.cfm")) NEQ "index.cfm" AND right(cgi.script_name, 3) NEQ "cfc">
3        <cflocation url="index.cfm" addtoken="no">
4</cfif>
5</cfsilent>
Note: See TracBrowser for help on using the browser.