Problems With Url Manager

Hi!

I have this website --> http://ho33.com. It has the following URL Manager:




'urlManager'=>array(

     'urlFormat'=>'path',

     'showScriptName'=>false,

          'rules'=>array(                                  

                '<lang:\w+>-<action:\w+>'=> 'site/<action>',

          ),

),



The site works well, but please notice this hyphen: <lang:\w+>-<action:\w+>. I would like to put a slash (<lang:\w+>/<action:\w+>) instead of the hyphen but if I do so the site doesn’t display well.

Anyone knows why putting a slash the site works badly?

Thanks

What is the result?