Is it possible to rewrite a URL that looks like this as an example -
mydomain.com/?id=123
Lets pretend that 123
is an id of a row in a DB. a column in this row could be my name.
I would like to rewrite this URL based on the result in the DB -
mydomain.com/rory
Is this possible?
Thanks