I have a file with .php extention www.example.com/thefile.php?name=123
that I want to direct the user to if the user visits any of the following aliases:
www.example.com/alias?name=123
www.example.com/unreal?name=123
www.example.com/fake?name=123
Is there a way I can get this done without using a framework that already uses this structure? I'm using pure php.