I have one project developed in core php. it is complete backend system like only apis are developed here. All files like user.php , user_city.php all are inside project directory. now I want to move files inside users folder like users/user.php or user_city.php but dont want to change the api path. Like www.abc.com/user.php should redirect to www.abc.com/users/user.php.