Guru's;
We are in the process of rewriting our web site from perl into php for various reasons. My question relates to handling all our customers' links to our perl code, extracting a parameter and redirecting to the php script with the parameter all under SSL.
Here in an example of the incoming URL:
where 123 is the "PATH_INFO" which is referenced by the script.
I am planning on replacing it with a very short perl script with the same name that would output the following to the browswer:
Location:
which would start the php script and pass the extracted value to it.
I've tried this but upon execution I keep getting a 404 message stating that the program is NOT found in the current directory.
Well, in fact it is and the permissions are correct along with the owner and group values (redhat linux).
Has anyone been up against this conversion before using my planned approach and if so how did it work and were there any difficulties you had to overcome?
Please advise because any recommendations and/or suggestions would be greatly appreciated.
Bob
We are in the process of rewriting our web site from perl into php for various reasons. My question relates to handling all our customers' links to our perl code, extracting a parameter and redirecting to the php script with the parameter all under SSL.
Here in an example of the incoming URL:
where 123 is the "PATH_INFO" which is referenced by the script.
I am planning on replacing it with a very short perl script with the same name that would output the following to the browswer:
Location:
which would start the php script and pass the extracted value to it.
I've tried this but upon execution I keep getting a 404 message stating that the program is NOT found in the current directory.
Well, in fact it is and the permissions are correct along with the owner and group values (redhat linux).
Has anyone been up against this conversion before using my planned approach and if so how did it work and were there any difficulties you had to overcome?
Please advise because any recommendations and/or suggestions would be greatly appreciated.
Bob