I created modules:
app/code/local/MyStore/Welcome
And in this module I have a controller like:
MyStore_Welcome_IndexController
From my current knowledge, I see the beginning of the Magento load Mage_Cms_IndexController controller as the default controller.
Now I want to load the default MyStore_Welcome_IndexController controller.
How can i do this?
Update:
I found a way to do this using the admin function: From the menu that you selected: System / Configuration / Web: You still select: "Default page" => "Default web address" to enter the module: 
source share