Andy Matthews wrote: > Doesn't matter. You simply determine what all of the possibilities are and > account for them in regex.
Still a little confused: www.mysite.com/seminar/#EVENT_CODE# Could be 300 records in the database, with stuff being added and deleted on an ongoing bases at any time. So, I'm not sure how I account for that here: I'd have to write from the database in some way and loop through all the #event_code# used and add them to the below, correct? Something like: [ISAPI_Rewrite] <cfloop> RewriteRule /seminar/(.*)/ /seminar.cfm?name=#event_code# </cfloop> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:298909 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

