I'm having some trouble with the php_value auto_prepend directive in my .htaccess file. Normally, these worked fine on another freebsd server, but on a fresh installation on a new freebsd server, its not working correctly.
my .htaccess file contains
php_value auto_prepend_file /websites/www.extremephp.org/xpl/common/common.inc.php
php_value auto_prepend_file /websites/www.extremephp.org/php-bin/common/common.inc.php
For some reason, this doesn't work anymore. If i mispell the file names, it complains. So i'm sure its reading the .htaccess file but it appears to not process the php code because when it goes to the page, none of the functions and variables these prepended scripts define are in known.
Can anyone help? Did i forget to install an apache mod or something? Thank you very much for your help.