I am getting the following error:
Warning: Failed opening 'prepend.php3' for inclusion (include_path='.:..:./include:../include:../../include:../php:../../php') in Unknown on line 0
.htaccess provides:
php_value include_path ".:..:./include:../include:../../include:../php:../../php"
php_value auto_prepend_file "prepend.php3"
It looks like my path is incorrect. I'm on Windows XP and the main directory for web pages resides on c:\server\home, but understanding how to format the include_path is confusing. I read the doc on php.net, but would appreciate some help to what/how to format my include_path in .htaccess.
Thanks