We have 1.6
I try this manual: https://presta.site/blog/en/how-to-create-a-new-page-using-module-front-controller/
I create:
root/modules/mymodule/controllers/front/test.php
code:
<?php
class MyModuleTestModuleFrontController extends ModuleFrontController
{
}
But there is a 404 error when I try to open the page .... /index.php?fc=module&module=mymodule&controller=test
cache/class_index.php was deleted
Seo & url >> modul-path: module/{module}{/:controller}