Question
How can you include a template outside of root directory?
Is there a way to include a template file from outside of the
root directory?
Example:
<cfinclude template=" http://www.whatever.com/templates/whatever.cfm">
Can this be done? I keep on getting this error when I try this:
The filename, directory name, or volume label syntax is incorrect
Example:
<cfinclude template=" http://www.whatever.com/templates/whatever.cfm">
Can this be done? I keep on getting this error when I try this:
The filename, directory name, or volume label syntax is incorrect
