hello,
we are using this rules in urlManager config
'http://<user:\w+>\.<d1:(.+?)>\.<d2:(.+?)>/<controller:\w+>/<action:\w+>' =>'<controller>/<action>',
slash is added in our url routing
e.g.
http://asd\.dfg\.hhjk/sites/index?ToplistSite_page=2
we know, we added \. instead . in our routing rules, but when we don’t add slash then url routing is not matching (functioning)
normally url is perfectly generated but this case is only for pagination generated by CListView
we searched on google before posting this on forum but have but have not found any solution,
any help will be appreciated,
Thanks in advance