So I have photographs.php, and there are also sections where it will be rewritten as photographs.php?cat=somecategory
Question is, in .htaccess how do I get these both to work as such
/photographs and /photographs/somecategory
so that the $_GET['cat'] variable will be = somecategory