I need to accomplish the following with mod_rewrite:
URI request: http://domain.com/user/username/ or http://domain.com/user/username
URI translate: http://domain.com/?q=user/username
This needs to be very specific, with no wildcards. Could an expert on mod_rewrite and regex lend a hand? Thanks!