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:261966
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