My present URL structure is as below:
http://www.mydomain.com/module/controller/action
I need to hide the module section of the URL. Is there any way this ca
Yes, you can define any url rules in your config.
Your url rule may look something like this:
'/' => 'module//',