Mauro caresimo
05/10/2023, 12:25 PMAdam Cameron
index.cfm in yer webroot, probably. And then the Application.cfm (note it's Application.cfm, not application.cfm) adjacent to, or upstream from that.
Whichever Application.cfm is found & loaded will include fusebox/Application.cfmMauro caresimo
05/10/2023, 12:35 PMAdam Cameron
index.cfm will run after the Application.cfm code.Mauro caresimo
05/10/2023, 12:37 PMAdam Cameron
index.cfm will determine where to start looking for Application.cfm
⢠Application.cfm in that dir, or the first ancestor dir that one is found it will execute first. And any code it calls
⢠then index.cfm will run.Mauro caresimo
05/10/2023, 12:38 PMAdam Cameron
Mauro caresimo
05/10/2023, 1:15 PM