抱歉我的英语不好。我正在开发一个Prestashop模块来在前端的一个block中列出服务。该模块是完整的,但是它使用了丑陋的URL,例如“http://www.mysite.com/modules/servicescatalog/showservicedata.php?srvId=1”这个模块的客户写信给我让这个URLSEO友好,比如“http://www.mysite.com/modules/servicescatalog/showservicedata/service-1”在Google中搜索我认为解决方案是实现前端Controller,但我不知道如何管理它。有谁知道如何实现??