I want to make the following url http://www.mydomain.com/usa/steve/ to be http://www.mydomain.com/steve/ so remove the directory "/usa/" from the url but still be directed to that location. How would I accomplish this mod_rewrite in a .htaccess file? Thanks in advance