On 5/11/07, Josh Nathanson <[EMAIL PROTECTED]> wrote: > > Hey Rick, how about throwing a dollar sign at the end of your regex. I > don't know if that's required or not but I've always seen it done that way. > So like: > ^\/u\/(.*)$
Actually, it was a passthrough issue. I should've just said www.justfuckinggoogleit.com Found a reference to this problem right here on this list, and my rewrite rule now looks like this: RewriteRule ^\/u\/(.*) /index.cfm?id=$1 [PT,L] Tres fabulous Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277846 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

