I have a script at: http:://vis.setihub.org/dataset/index.php/
I want the server to let the script handle requests of the form: http:://vis.setihub.org/dataset/index.php/mysubpath/
I can use the PATH_INFO available in PHP to see what subpath was requested. I just don't know how to make the server send the request to the script in the first place instead of looking for the physical path.
Can someone please help me? Thanks.