Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFINCLUDE alternative

Status
Not open for further replies.

jmcg

Technical User
Jun 30, 2000
223
GB
I am looking for an alternative to CFINCLUDE to map to a file with an absolute path. Using a shared server and they do not allow mappings nor CFCONTENT.
Need it to map to a directory in a different vhost.

Anyone have an alternative method I can use

These are the blocked CF elements.
CF Tags:
CFCOLLECTION
CFCONTENT
CFEXECUTE
CFLOG
CFOBJECT
CFOBJECTCACHE
CFREGISTRY

CF Functions:
SetProfileString
CreateObject(COM)
CreateObject(CORBA)
CreateObject(JAVA)
 
Ignore, got round it by using CFFILE to copy the file across and then send it back again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top