If you cant use relative incs, what you could do in a shared environment is put all your include files in a namespace that no one else should be using... havent actually had to do it myself but I would guess something along the lines of:
/com_mydomain/myappname/includes /com_mydomain/myappname/common -----Original Message----- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: 11 November 2005 16:04 To: CF-Talk Subject: Re: cfinclude problem > ah, you are on a shared host? Chances are, someone else has a > mapping of /common already set up. The mapping would take priority over the > absolute mapping, so cf is looking for a file in that /common mapping, > > not your /common directory. rename your common folder to something > like /commonFoo and change your cfinclude accordingly and see if it > works. Yep that worked fiine, dangit. ok, so the solutions are to rename my dir or use relative (../) urls. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223978 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

