RE: Document root, preferred way to find it???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Al <mailto:news@xxxxxxxxxxxxx>
    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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux