I would like to know what handles are loaded when I go to the Magento installed web application's front end's home page and click on a product category on the header. For instance, suppose I go to http:// localhost/mymagento and then click on the Clothing link which should bring me to http:// localhost/mymagento/clothing.html . Here I don't see the format frontName + controllerName + actionName after /mymagento/ so how do I know what handles are going to be gathered from this HTTP request?
Thanks.