## Clean URLs ##

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^marca/([0-9a-zA-Z_-]+)/loja/([0-9a-zA-Z_-]+)/servico/([0-9a-zA-Z_-]+) index.php?brand=$1&store=$2&service=$3 [NC,L]

RewriteRule ^marca/([0-9a-zA-Z_-]+)/loja/([0-9a-zA-Z_-]+) index.php?brand=$1&store=$2 [NC,L]

RewriteRule ^marca/([0-9a-zA-Z_-]+) index.php?brand=$1 [NC,L]

## Clean URLs ##

