Please pardon my ignorance but I have a situation that requires someones help.
I am converting a series of perl scripts to php 4.2.2 running under apache 2.0.40 on rh8. Because I must maintain compatibility with the older perl scripts I need to access the path_info. However, when I key in the url with the php extension apache complains with 404 file not found. Here's an example:
https://www.abc.net/prog.php/123
This should execute the script prog.php and make the "/123" available in path_info. However, when I add the /123 at the end of the URL apache cannot find the file.
I assume it is NOT stopping at the first script name found.
Now, this may be an apache config issue but it seems to be limited to my php.
Can someone please recommend a remedy or at least where else to search or look?
Thanks a million.
Bob