scenario:
1. client want to be able to tell people "go to
www.whatever.com/products/ to see my stuff" and have
them see that directory consistently in the url
2. you want to do one central index with dot notation
fuseactions

solution:
make an application.cfm in the /products/ directory
with the following lines
<cfset request.self=cgi.path_info&"index.cfm">
<cfparam name="attributes.fuseaction"
default="products.mainpage">
<cfinclude template="../index.cfm">
<cfabort>


not sure if i got that cgi var right, but this should
work, no?

=====
Ken Beard
cfug manager
Tampa, FL
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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