Hello everybody,
This is my first post in this board.
I want to redirect urls like
site.com/profile?userid=10
to
site.com/profile/10/
Note: here
10 is a
user id which and this pattern should work with every user (id).
Could you pls tell me how can I achieve this redirection?