Controllers in advance module - route to new controler

edited May 2017 in Modules
Hey,
I builded advance modul call Programy. In the controller catalog i created file "Programy_module.php" and then i created second controller Packages.php and added in programy_routs.php
$route[FUEL_ROUTE.'programy'] = 'programy';
$route[FUEL_ROUTE.'packages'] = 'programy/packages';
but this url not working
http://localhost/fuelCMS/fuel/packages
Sign In or Register to comment.