> Anyway the gist is that if for some reason you wanted to run your
> fusebox not through "index.cfm" but say thru a file called
> "halhelms.cfm"  then you change this *once* in the MyGlobals.cfm
> and you're all set (rather than a zillion times throughout your
> code). Of course if things comes to that you might also decide to
> change it in your web server to be the default document if for
> instance your company likes using MS's "default.htm" as the default
> document)

I like URLs that look like this: http://foo.com/?something=blah

So instead of using index.cfm in every link I just use the necessary query
string beginning with question mark. Keeps URLs shorter and script-kiddies
don't see what scripting language I'm using (at least not on first look).

This is also very easy to do if you're using #self# or #request.self# var.
You just have to set it to "" and make sure that index.cfm (or
halhelms.cfm or whatever you're using) is set up as a default document in
your web server.

Erki


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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