have two front controllers:
- www.example.com/client.php/products
- www.example.com/admin.php/products
and i want to rewrite them in this:
- www.example.com/v1/client/products
- www.example.com/v1/admin/products
how can i make this in nginx?
have two front controllers:
and i want to rewrite them in this:
how can i make this in nginx?