Hi.
I have a problem to get access to my controller class via CLI.
I executed this and works:
path_to_project/index.php
This redirects and goes to welcome controller to deafault function (index).
This is ok, but when I want to get access to aother controller, for example
path_to_project/index.php controller function
path_to_project/index.php ticket reverseTicket
this doesn work at all, I actualy set the uri_protocol in config file to AUTO, but ItÅ› only works on index file
Thanks