Is there a way to define cfincludes to absolute path? I don't want to
declare OS path, but I'd like for every include to have the full path
starting from the webroot.

I can't get my mappings to work so without them I can't get most of my
includes to work.

For instance, if I have a document that has a cfinclude that brings in
a document from the same folder, I can just use

cfinclude template="includeme.cfm"

But if the actual location from the webroot is

/folder/includes/includeme.cfm

I'd like to have the cfinclude spelled out as cfinclude
template="/folder/includes/includeme.cfm"

Is there a way to have it start from the webroot every time?

-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

Reply via email to