Hello everyone!
I don't like that for Phalcon's Routing these urls are the same:
site.com/
site.com/?id=1site.com/?params=1,2,3&p=1
I can not count on support of GET params in the Routing but I would like to set up a behaviour for these cases.
if this url site.com/?id=1 does not match any in the routing it should be redirected to 404 page.
This is NOT OK:
https://forum.phalcon.io**/?xxx=teen**
It can be indexed and displayed in Google Search Results.
So is it possible to include GET params in the Phalcon's Routing?