CFINCLUDE and URL parameters
Hello, all,
Has anyone else had any issues using URL parameters with a CFINCLUDE?
I've got something like:
<cfinclude template="#app_base#common/thisfile.cfm?its=1" />
app_base is a variable that sets the root depending upon what environment I'm in. In DEV, it's "/public/". In staging, it's "/preview/public/". In production, it's "/".
I've got one page that is trying to use CFINCLUDE three times, so the its value changes with each include.
But I'm getting error messages stating that "ColdFusion cannot find /preview/public/common/thisfile.cfm?its=1". It's there, I can see it in the FTP.
Thoughts?
V/r,
^ _ ^
