Hello everybody.Can I set the auto_prepend/append_file using .htaccess instead of php.ini?I got the following error:
[Wed Sep 18 22:00:53 2002] [alert] [client 127.0.0.1] c:/windows/desktop/z/zz/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
when I wrote this in the .htaccess file:
php_value auto_append_file prepend.php
Then what about ini_set()? How am I going to apply this function in my .htaccess?
Thank you.