Doesn't matter. You simply determine what all of the possibilities are and account for them in regex.
-----Original Message----- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 11:07 AM To: CF-Talk Subject: Re: a sIMPLER url? > I rewrote it to this: > www.site.com/shirts/myshirt > > Create a file called httpd.ini and put it in the root of your website. > > Put this into the file: > [ISAPI_Rewrite] > RewriteRule (.*)/shirt/(.*)/ $1/shirt.cfm?name=$2 www.mysite.com/seminar/foreign08 OK - I see the logic behind this method - but the URL is being generated dynamically on another page. "Foreign08" could be anything from the database. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298906 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

