> -----Original Message-----
> From: Thomas Chiverton [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 20, 2005 9:17 AM
> To: CF-Talk
> Subject: Re: CFMX 6.1 - Missing Template Handler
> 
> On Thursday 20 Jan 2005 01:43 am, Andrew Tyrone wrote:
> 
> > handler IS NOT relative to the web root as the docs say.  ...
> > You cannot use "relative" paths as
> > in ../folder/file.cfm.
> 
> It is relative to the web root.
> You can't go 'up' past the root of the web root, which is why 
> your example fails.

Technically, ../page.cfm is always relative to the web root if you're
already AT the web root.  If I have www.mysite.com/file1.cfm and in there a
link page to www.mysite.com/index.cfm, it doesn't matter if I link back to
the home page as href="index.cfm", href="../index.cfm", or even
href="../../../../index.cfm".  Of course it's ridiculous to even do any of
that, but it illustrates the point that once the web root is hit, all the
other "ups" don't have any effect, at least in IIS.  This might not be the
case with the missing template handler, but it still doesn't work without
using a mapping.

Andy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191195
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

Reply via email to