I am creating a module and my urls to the module are not reachable.
It lands me on a 404 error.
myModuleTest/templates/mypage.tpl
where myModuleTest url = moduletest
so if i type in
www.mysite.com/moduletest/mypage
I get a 404 error.
I am able to reach the pages by typing in the long address but how do I get the routing system to work with my module?
Do I need a magic view for each one?
updated by @developer-networks: 04/19/14 09:19:57PM