RewriteRule http://www.example.com/category_listing.php?cat=([a-zA-Z0-9]+)&city=([a-zA-Z0-9]+) http://www.example.com/$1/$2
Write this rewrite rule in your .htaccess file
RewriteRule http://www.example.com/category_listing.php?cat=([a-zA-Z0-9]+)&city=([a-zA-Z0-9]+) http://www.example.com/$1/$2
Write this rewrite rule in your .htaccess file