3

In YII2, how do we write a urlManager rule for any controller/action to accept any number of get parameters. I have tried //* but it didn't work. I am getting 404 page. Any help is appreciated

1 Answers1

0

It has come to my attention that currently one has to extend the class for UrlManager so it can accept such.

mezlad
  • 41
  • 1
  • 3