Hi I am trying to do a mod_rewrite for twitter style username urls
to http://myurl.com/andyjarrett would go to http://myurl.com/index.cfm?user=andyjarrett So far I have RewriteRule ^(((?!user|index.cfm))*.?)*$ index.cfm?user=$1 [L,QSA] But this just isnt working. Anyone done this or can help? Thanks, Andy Jarrett www.andyjarrett.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/regex/message.cfm/messageid:1229 Subscription: http://www.houseoffusion.com/groups/regex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
