THe company I work for is moving the host for the site I've done for them. It uses $DOCUMENT_ROOT. The old host was a unix/apache based system. The new host is windows/IIS.
The problem $DOCUMENT_ROOT does not exist. I can not find a referance that tells me what needs to be configured to make this work.
globals are on in the php.ini
And this needs to work as is did under apache where the value is unique to each subdomain.
Thanks in advance.
Alan