my htaccess file look like
Options +FollowSymLinks
RewriteEngine On
RewriteRule  ^(.*)companies/partners-in-(.*)$  /companies/country.php?country=$2  [R=301,L]
Expected result was http://example.com/companies/partners-in-USA ... But instead of that it redirect to http://example.com/companies/country.php?country=USA
What I am missing in my htaccess file
 
    