HTAccess

Hey Guys… Not sure if this thread would fall under Apache or PHP

I was reading up about auto_prepend_file and wanted to give it a try.

I added the following script to my htaccess file and its not working. Am i supposed to do something to my php.ini file? I have a dedicated server.

<IfModule mod_php5.c>
php_value auto_prepend_file magic.php
</IfModule>

Thanks!