| $_SERVER['DOCUMENT_ROOT'] doesn't work on IIS | Article ID:204 |
This variable may not be present in IIS. Try the below work-around. $DOCUMENT_ROOT = substr($_SERVER['PATH_TRANSLATED'],0,strlen($_SERVER['SCRIPT_NAME']) * - 1);
|
|
| Downloads associated with this article: | |
| No downloads associated with this article | |