Is it possible to change
host/index.php?variable=3
to
host/index.php/3
In my instance I'm using
host/bot?id=3
But I'd like it to be
host/bot/3
<-- This will be the only variable EVER used
How can I accomplish this, any links or code you can provide?
Thanks in advance!