On Tue, 2004-02-03 at 12:46, Pablo Gosse wrote: > However when I call the following file under either domain: > > <?php > echo get_include_path(); > ?> > > I get this: > > .:/usr/local/lib/php
Are you sure you have the correct Options set for the directories that those files are under? Try setting: AllowOverride All for those directories in you apache config file. See the following for more information: Apache 2.x: http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride Apache 1.x: http://httpd.apache.org/docs/mod/core.html#allowoverride -- Adam Bregenzer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php