I have a file named index.php that contains some code and its directory address is: http://www.example.com/user/index.php
I want to open this page in the root directory so that user think this is index page like this: http://www.example.com/index.php
In this way my php file address is www.example.com and not www.example.com/user
What is the simplest way to do this?