Hi everybody.
I was wondering if a rediret like this can be done with mod rewrite.
I have
/listing.php?id=434&?name1=Sepp&?name2=Maier&?city= Boston&?state=Mass&?country=U.S.A. and it should be /sepp_maier_boston_mass_usa

So I'm basically getting rid of the php file and the ID, all the special characters including the DOT's in U.S.A and use no capital letters are used. Can this be done? and if yes, HOW