Hi, I am developing several different sites at once using php. Each site has different include files, docroot directories and possibly auto prepend and append files. How can I tell php to load the different settings in the different environments. I notice that the phpinfo page has a 'local' and a global section, so I am assuming this is a fairly standard requirement, but I can't find any how-to's that explain the procedure. I have tried setting .htaccess with the following
php_value auto_prepend_file /home/stockonline/web/include
but it seems to ignore it. Any help appreciated.
len.