If you are always going to use index.cfm would you be able to drop that as
well?











"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-----Original Message-----
From: Scott Weikert
To: CF-Talk
Sent: Wed Nov 29 06:56:57 2006
Subject: Re: CF and URL vars as folders?

Well thanks to Ray's blog entry, and the last comment on that page - I 
found SESConverter -

http://developer.fusium.com/tools/ses.cfm

A little hacking on it, to be able to (optionally) pass it a variable 
name list to check over and use instead of every other fake folder 
string, and it's working great in my quickie tests so far.

So now instead of

http://domain.com/index.cfm/var1/one/var2/two/var3/three

ending up with var1 = one, var2 = two etc, I just pass in a list - 
"var1,var2,var3" and with the URL

http://domain.com/index.cfm/one/two/three

I get the same result.

Since the pages I'm looking to revise always have mostly the same 
variables, this works great. I can always tack on the trailing slash, 
with ? and normal URL variables, which get picked up normally -

http://domain.com/index.cfm/one/two/three/?x=1&y=2



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:261971
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to