We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

uri



43.9k

Hi,

Your question is a bit unclear.

Your base uri looks the same: "giao-hang". This is a configuration setting for the url component.

If you want to change the way how url is generated maybe implementing your own url generator is the solution: https://docs.phalcon.io/en/latest/reference/url.html#implementing-your-own-url-generator

But it's hard to help you with the few informations you gave to us.

I have links https://localhost/product/12 with 12 was id of product, I want to switch to https://localhost/product for sales thanks!