I'm using Yii and I want to change the URL path. At this point I have a URL like this:
controller/action/param1/value1/param2/value2
and I want it to be like:
controller/value1/value2
or maybe would be fine too:
controller/action/value1/value2
How can I accomplish this? I tried many options in the URLManager settings but it either stays exactly the same or I get an error saying Undefined index: param2.