I have installed Apache 1.3.23 and PHP 4.1.1 on my PC running Windows 2000.
Now I have a problem with my php-scripts because the variable $SCRIPT_NAME is equal to php.exe (which is the executable of course) all the time and does not take the value of the loaded foo.php - which is expected.
The php-script works on the real server on the net, so it must be me that can't get Apache's httpd.conf or the php.ini files tuned correctly. Please help!