Tweeter button
Facebook button

Running IIS 6 and Apache on the Same Server

We have a Windows 2003 server in the office, with Apache installed to run test sites on.  However, we wanted to install Exchange 2003, which meant installing IIS 6 onto the machine as well.  We had added multiple IP addresses to the server so that IIS could have one and Apache could have another (so [...]

$_SERVER['DOCUMENT_ROOT']

I run PHP on IIS for the Skipton Systems intranet.  I moved servers today, and everything stopped working.  After an hour of hunting, I traced the problem to the line of code I have at the top of every page to include the database files:

$_SERVER['DOCUMENT_ROOT']

It turns out that IIS doesn’t support this feature.  However, this [...]