Did a quick test--set up a mapping as follows: Logical: /matt Physical: $/home/mwoodward
This is on Linux; if you're on Windows you don't need the $ but make sure and include the drive letter. I created a cfml template in my home directory called test.cfm that just does <cfoutput>#Now()#</cfoutput> I then did a test page in my OpenBD webapp that did this: <cfinclude template="/matt/test.cfm" /> This worked for me. I'll fire up a Windows VM in a bit and test there as well, but in this simple test at least it respected the mapping when I did an include. I'll try a long directory name on Windows but I don't think that really matters. Good thing to test though. Have you tried doing a really simple test case like that to make sure there isn't something else going on? -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
