Hi,
rule:
‘http://www.domain.com/<controller:\w+>/<action:\w+>’=>‘www/<controller>/<action>’,
the problem is:
all params attached to url with "?" , see below example:
http://www.domain.com/default/index?abc=201_60_0_5
i hope it can be :
http://www.domain.com/default/index/abc/201_60_0_5
where is the problem?
any ideas will be appreciated.
thank you.