Hi there,
please help:
I run PHP4 on Apache with Windows 2000. Once I've completed development of a site, it gets uploaded to a linux machine.
I'm getting increasingly frustrated with the differences between the two.
On linux/apache/php4 $PHP_SELF returns the following:
/<filename>.php
On Windows it returns:
/php4/php.exe/<dir_name>/<filename>.php
Is there anyway I can fix this? Is this perhaps a problem with my Apache configuration? Any feedback would be appreciated.
Thanks
Robert