OECGI2.PHP (OpenInsight 32-Bit)
At 21 JAN 2010 03:35:52PM Paxton Scott wrote:
Greeting!
I've been tinkering around with Bob's latest PHP OengineServer client script and re-reading all the posting on this subject.
I have it working, but have to include the $submit=proc&proc= string in front of my usual call.
Not an insurmountable problem, but it would be simpler for me to be able to substitute oecgi2.php (or some other name) for cgi-bin\oecgi2 so the rest of the string sent to the server remains the same.
Anyone else working with this stuff?
I use Apache2.2.11 and PHP5.2.9-1 on WinXP SP3
I intend to start testing on a Linux webserver soon.
Have fun,
Paxton
At 22 JAN 2010 08:47AM Bob Carten wrote:
Paxton
I think the usual way to accomplish this is to use the re-write module in Apache. You can get the same functionality for IIS too. Rewrite is tricky, but there are lots of examples on the web that show how to re-organise php urls.
For example see:
At 22 JAN 2010 10:44AM Paxton Scott wrote:
Looks like fun.