> Try putting
> <Files "*.html">
>       php_value auto_prepend_file "foo.php"
> </Files>
> in your httpd.conf file.  Once you put this in the conf file 
> for Apache, restart Apache and see if the changes take place.  
> That should do what you want it to.

Unfortunately, no.
Here is what we have in our httpd.conf file:

<VirtualHost mydomain.com:80>
Port 80
<Files "*.html">
php_value auto_prepend_file "prepend.php"
</Files>
DocumentRoot /this/is/the/path/to/mydomain.com
ServerName mydomain.com
</VirtualHost>

We are running several different virtual hosts, but want this
change applicable to this one only.

Thanks for everyone's help thus far. Hopefully we can get this
up and running.

Chris

Reply via email to