Are those both CF mappings? /includes /common Because thatÂ’s what CF thinks they are when they start with "/" ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com
-----Original Message----- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Friday, November 11, 2005 9:38 AM To: CF-Talk Subject: cfinclude problem I have a problem cfincluding a file. One include works but the second one doesn't. Here it is: <cfinclude template="/includes/head.cfm"> <cfinclude template="/common/return_url_set.cfm"> The head.cfm include works fine. the return_url_set does not. I checked that it's the correct path. I found an include for another file in the 'common' directory and tried to include that path and it also doesn't work. I put some extra blank lines in the included files hoping some extra white space would help (seen it before), but nope. I separated the two includes by adding a blank line, but also nope. ok, I made it a more relative url by changing it to "../common/return_url_set.cfm" and it works. So why does the "/" work on one file and not the other? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223948 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

