Url structure for custom module

1. Basic URL Structure

Magento URL format for a custom module:

http://domain.com/frontName/controller/action

Where:

  • frontName → defined in routes.xml
  • controller → folder name
  • action → PHP file name