Al <mailto:[EMAIL PROTECTED]>
    on Wednesday, March 02, 2005 11:22 AM said:

> I've been using in my scripts $_SERVER['DOCUMENT_ROOT'] to find the
> base path for includes, etc.
> 
> We just moved the site to a new virtual host and it doesn't work. 
> print_r() gives me:
> 
>> $_SERVER['document_root']= /usr/local/apache/htdocs
>> $_SERVER['path_translated']= /home/user/public_html/
> 
> What do you guys use for you docroot?

One option is to set your own:

<?php

  $APP['document_root'] = '/wherever/you/want';

?>


hth,
Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to