Anyone have a graceful way of adding a unique prepend file to a user's website if you're hosting mulitple web sites? I've got mulitple sites I develop on my dev machine and I'd like to include a prepend file(unique for each site) on each page call. I've seen it done with .htaccess files, but not sure how to implement it.
.htaccess file looks like this:
php_value prepend_file "/www/site2/prepend.php"
Probably a very obvious method, but I'm a little fried..
thanks
-heyrad