This is my controller
class AdminConsoleController extends BaseController
{
public function indexAction()
{
}
}
And I use these urls
www.xxx.com/AdminConsole
www.xxx.com/adminconsole
www.xxx.com/Adminconsole
www.xxx.com/adminConsole
I can get this error only
PhalconException: AdminconsoleController handler class cannot be loaded
How to use this controller without chaging the file name?