I have two simple mod rewrite rules
RewriteRule club/(.*)-(.*).html$ club.php?id=$2&%{QUERY_STRING}
RewriteRule club/details/(.*)-(.*).html$ /club/details.php?id=$2&%{QUERY_STRING}
The first one works, but the second dosent. I think the first override the second but I can`t figure out how to fix it
comments: