Re: [PHP] OT kind of..

2002-01-12 Thread Rasmus Lerdorf
Includes are not relative to your DocumentRoot. They are system paths. A ScriptAlias would have absolutely no effect. -Rasmus On Sat, 12 Jan 2002, Richard Baskett wrote: > Ok I have looked everywhere to try to figure out why I get the stupid > warning: > > Warning: Failed opening '/phpinc/que

[PHP] OT kind of..

2002-01-12 Thread Richard Baskett
Ok I have looked everywhere to try to figure out why I get the stupid warning: Warning: Failed opening '/phpinc/query.inc' for inclusion (include_path='.:/usr/local/lib/php') in /Users/murlyn/Sites/bakos/ index.htm on line 2 Ok I know that it's because it can't find the script, but my problem li