At quick glance it looks like you've done everything right to me. Im 
guessing here but do your links look like this:

<a href="thispage.cfm">The page</a>

Instead of the full absolute path from root like this:

<a href="/main/submain/thispage.cfm">This page</a>

Doesnt matter with or without the domain in there. Perhaps your problem lies 
there.

Mike

>From: "Michael Wilson" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: CFINCLUDE woes
>Date: Fri, 24 Nov 2000 16:44:11 -0500
>
>Hi,
>
>Still new to CF so forgive me if this question seems sort of retarded... I
>am trying to use CFINCLUDE in my site to include my left navigation menu. I
>made a mapping in CF Admin with a logical path of /includes/ and Directory
>Path of C:\Inetpub\wwwroot\clients\mfay\includes which is where the file I
>want to include, leftnav.cfm is. Then I placed <cfinclude
>template="includes/lrftnav.cfm"> in my pages where I wanted the menu to
>appear.
>
>I am not having a problem with the file showing up in my browser. I am
>having problems with the urls in the links of my menu. The site is split up
>into several directories and I want to include the menu in all the pages. 
>Of
>course the links I have in leftnav.cfm work fine on the index.cfm or any
>.cfm in the root, but if I try and use it in another directory the links 
>get
>all screwed up. It makes sense to me as to why they get messed up. I am 
>just
>wondering if I need to do something I am overlooking to compensate for 
>this.
>
>Is CFINCLUDE meant to be used this way or do I have to replicate the
>includes directory inside every sub directory of my site?
>
>Thanks for any help,
>
>Mike
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to