Which event in the dispatcher is the one that, when the URL is www.domain.es
(you know, searching for default index/index
), executes? I've tried beforeExecuteRoute
, beforeDispatch
and beforeNotFoundAction
(because I don't have an index
action), but I always get the exception for not finding the action.