Re: [PHP] Non systems-wide auto_prepend_file

2003-03-16 Thread CodersNightMare
php_value auto_prepend_file /home/www/www.virtual.com/php/prepend.php php_value auto_append_file /home/www/www.virtual.com/php/append.php OR: php_admin_value auto_prepend_file your_file_name.php php_admin_value auto_append_file your_file_name.php I think that one or the other should work in the

[PHP] Non systems-wide auto_prepend_file

2003-03-16 Thread Brad Hubbard
Is there any way anyone can think of to set up auto_prepend_file/auto_append_file so that they only affect one virtual domain on an Apache webserver (not system wide)? Cheers, Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php