Hey Guys:

I still havn't been able to grasp the whole request varaible settings in the 
app_server file.  I am confused because I have a bunch of "block" files that are 
included among different parts of the site and the block files need to have the 
correct links.  Such as they have the correct links on the hompepage, but if you go 
into a subfolder of the root of the website then the link would be broken.

Also, I am using cfincludes in some of these block files and was wondering if I should 
just use a mapping in coldfusion and then just write out the path like this:

<cfinclude template="c:\inetpub\wwwroot\site\blocks\foo\index.cfm">

Instead of this:

<cfinclude template="blocks/foo/index.cfm">

Can anyone help me.  Oh yeh, the request.imagesroot thing, how can I use that if I am 
trying to embed images that are below the root directory because then it will try to 
look for an images folder in that directory instead of just the root directory of the 
web site.  I hope I explained my probs well enough.

Thanks for the help:



Greg


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        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