Sorry for my poor English.
I’m developing a Prestashop module to list services in a block on the Front-end. The module is complete but this uses ugly URLs like “http://www.mysite.com/modules/servicescatalog/showservicedata.php?srvId=1“
The client of this module wrote to me to make this URL SEO Friendly, like “http://www.mysite.com/modules/servicescatalog/showservicedata/service-1“
Searching in Google I think the the solution is to implement a Front Controller but I don’t know how to manage this. Does anyone know how to implement ???
Just make a new .htaccess file inside your module folder
.htacces example