Anyone have any ideas on this? On Thu, 2003-11-13 at 11:32, Jonathan Villa wrote: > I want to prepend a configuration file which is located outside of my > document root into my scripts. I can use auto_prepend_file, but I'm not > sure how do it with an htaccess file or a virtual host entry.. I would > prefer VHost. > > Anyway, this is what I am trying/assuming... > > <VirtualHost 127.0.0.1 127.0.0.1> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/testdomain/www > ServerName testdomain > ErrorLog logs/testdomain-error_log > CustomLog logs/testdomain-access_log combined > <IfModule mod_php4.c> > auto_prepend_file=header.inc > auto_append_file=footer.inc > </IfModule> > </VirtualHost> > > Is it possible to append/prepend more than file? Or would be better > to simply include one file and in that file include the others. > > What should the file be relative to? Or should it be an absolute value? > > I know that constants don't work outside of scripts, but I would like to > make this as smooth as possible.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php