'(.*?/)?home/about' => 'home/about/$1', '(.*?/)?accueil/apropos' => 'home/about/$1',You can then define your method as
public function action_about($brand = null) { }and $brand will contain the brand name is one was included in the URL.
It looks like you're new here. If you want to get involved, click one of these buttons!