> This does indeed redirect to code in the /V1/ folder, but the problem I am
> having is that I am using a number of server side includes with an absolute
> path to root, i.e.:
>
> <cfinclude template="/extensions/inc/udf_lib.cfm">
>
> The problem is, it seems to be looking at the REAL root of the server, i.e.
> the directory that also contains the /v1/ and /v2/ directories. This doesn't
> make sense to me, as it seems like of .htaccess is doing its job the way is
> should, it would automatically look for /v1/extensions/inc/udf_lib.cfm
>
> Am I expecting too much out of .htaccess? Or do I simply not have my
> .htaccess file written correctly?

The .htaccess file only affects the web server. It doesn't have
anything to do with how tags like CFINCLUDE work. CFINCLUDE looks at
CF's mappings, not your web server's mappings.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to