Application.cfc on test server
Hello,
I'm using Application.cfc on local server for testing, and I'd like to test my site in a subfolder "/beta" on the remote server.
I'd like to have a Application.cfc in /beta/admin so to have different behaviours. So I used a ApplicationProxy.cfc in /beta/admin inheriting the Application.cfc of /beta, but I get the root one.
I think with Application.cfm would be easier: if there's none in that folder, the app looks for the above folder, and so on. So I could move folders without hassle.
But I need Orm also...
Any suggestion?
Thanks
