Afternoon everyoneI run PHPWS CMS and need to add a few additional php_admin_value open_basedir directoves to the apache conf file for a single domain. How would I go about adding this to the httpd.conf file?Thanks in advanceKobus
Adding template fragments affects all 17 doamins. I only want to change 1.
{ $OUT = ''; if ($virtualHost eq "one.you.care.about") { $OUT .= "stuff you want to add\n"; }}