Shared Application.cfm files
I have multiple sites set up for different countries/languages. The sites are virtually identical, except for the content; and I am reusing as much code as possible. Each site is set up as follows:
site >> server path
http:\\www.[domain].com >> c:\web\us\
http:\\www.[domain].de >> c:\web\de\
http:\\www.[domain].fr >> c:\web\fr\
etc...
Is there any issue with using a single Application.cfm file at the root of c:\web, as opposed to using separate identical Application.cfm files for each site? In case you are wondering, yes I am still using Application.cfm but considering updating to Application.cfc. Does that change the answer to my question?
