I have two urls:
And I'm having these routes:
- $ route ['search / (: any)']="Search / index / $ 1";
- $ route ['search / (: any) / (: num']="Search / index / $ 2 / $";
I'd like to use an infinite url but I can not get the desired result. Can someone give me a help? When I access the first url, it works correctly however the second url does not work. What I need is represented in the image below:
SoIwasseeinghereand$_POSTisgoingcorrectlybutitisnotenteringtheindex,ieifItrytooverwriteanddeletethe/indexerror.Inshort,Ithinktheerrorisinthesamerouting.