I running apache 24 locally using php.My goal is each time I make a url request it will link to the root of the project folder, http://localhost/project_root/
example:
http://localhost/project_root/
is inputed links http://localhost/project_root/index.php
a second example:
http://localhost/project_root/foo/bar
would link http://localhost/project_root/index.php
Where the final final idea is that http://localhost/project_root/index.php
handles redirections and loading of resources.
Thanks in advance and any suggestions are welcome.