php_value auto_prepend_file
Posted: Sun Jan 14, 2007 6:49 pm
I have this in public_html folder's .htaccess
I want to cancel it in the public_html/admin folder, so I put this in the .htaccess:
But I get this on every page:
Can anyone help?
Code: Select all
php_value auto_prepend_file '/home/blueridg/protected_html/header.php'
php_value auto_append_file '/home/blueridg/protected_html/footer.php'Code: Select all
php_value auto_prepend_file NULL
php_value auto_append_file NULLCode: Select all
Warning: Unknown(NULL): failed to open stream: No such file or directory in Unknown on line 0
Warning: Unknown(NULL): failed to open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening 'NULL' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0