I need to handle this url:
What i need to do is have a script named something like index.cgi sitting in the webroot. I need this script to execute on any request to the server and i need the rest of the url to be passed as a PATH_INFO environment variable.
In other words, when the requested url is 'I want the PATH_INFO variable passed to the scrip to contan this: '/param1/param2/param3'. There is no directory named param1.
I would appreciate a suggestion on Apache configuration to be able to do this.
Thanks,
Boris
What i need to do is have a script named something like index.cgi sitting in the webroot. I need this script to execute on any request to the server and i need the rest of the url to be passed as a PATH_INFO environment variable.
In other words, when the requested url is 'I want the PATH_INFO variable passed to the scrip to contan this: '/param1/param2/param3'. There is no directory named param1.
I would appreciate a suggestion on Apache configuration to be able to do this.
Thanks,
Boris