Hi, I have a problem getting a server set up correctly. I'm using PHP 4.3.0 (CGI) and IIS 4. After initial set up and configuration of php.ini, the server is running OK. I put phpMyAdmin on there and got loads of errors, basically along the lines of "file not found" on include statements. Looking at the code, all the lines failing have links to files that begin with "./". Taking this off the path fixes the error.
The include path in the php.ini file is set to ".;c:\php\includes". I have tried adding the root of the web server to the include path but this made no difference. Does anyone know if there is some setting I should be changing in either PHP or IIS to get this to work? I don't want to have to find and replace every link in every file that I'm about to upload, plus I don't have control over files that other people put on the server. Any help would be much appreciated. Cheers, Dan Mullen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php