I am trying to 301 redirect based on two GET variables in this URL: http://www.jwsuretybonds.com/surety-bonds/surety_bond.php?bond_form_id=171&bond_type_id=45
I want to redirect it to: http://www.jwsuretybonds.com/surety-bonds/commercial-bonds/contractor-license-bonds/california/#qual
It appears the solution on this (301 Redirecting URLs based on GET variables in .htaccess) Stack Overflow post is the best practice, but I have no experience with Apache and do not know how to modify this to work with 2 GET variables.
Thanks in advance for any assistance.