quick way to find out is set a variable to app.root then output that
variable, then you can see what you have to add to it.


Chris

-----Original Message-----
From: Gary Morin [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 20, 2001 11:40 AM
To: Fusebox
Subject: Basic Question


It's a Friday afternoon question.

I'm using extended Fusebox, I need to cfinclude a page from a common area
into a nested page

<cfinclude template="#request.AppRoot#/common/dsp_SideMenuHeader.cfm">

But I get error 404 can't find template

In myglobals.cfm

<cfparam name="request.AppRoot" default="/City">

If I change  it to the full URL name
<cfparam name="request.AppRoot" default="http://localhost/City">
it error with physical paths are not allowed.

I've tried creating a CF mapping to the directory /City/  (I rather not use
mappings)
But I still get the 404 error

I know it a simple problem, but will someone please put me out of my misery
and explain where AppRoot, cfroot etc should really point to.

Thanks

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

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to