Caporegime
Missing slash at the start of the pattern, so
should read:
Code:
RewriteRule ^first/a/second$ first/second/index.php?brand=a
Code:
RewriteRule ^/first/a/second$ first/second/index.php?brand=a