I just installed phalcon on a digitalocean host and I am testing the first tutorial.
I adjusted the exception catch code on the bootstrap page (index.php) to return a 404 error page instead of the PhalconException with the message. I have been monitoring the httpd logs to see the traffic as this a public site. And I noticed the 404 response was working on most unknown paths that were being inserted by error but when there is a hyphen inside the path like /mysql-admin then the page returns to the index view returning with the 200 response.
I am curious to know why the hypen (-) makes the url go through and the other pages get the 404?