I need a rewrite rule/rules for an .htaccess file that does the following...
if a second variable is supplied...
rewrites this... artistcat_VAR1_ VAR2.htm --> artists.php?cat =VAR1&page=VAR2
if only the first variable is supplied...
rewrites this... artistcat_VAR1. htm --> artists.php?cat =VAR1
Thanks guys!