Hello Edform,
I don't recall having that problem! If it's of any help to you, here's the template fragment I put into /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
I called it 90acollab
==================================
Alias /ac /home/e-smith/files/ibays/ac/html/
<Directory /home/e-smith/files/ibays/ac/html/>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
php_flag magic_quotes_gpc off
php_flag display_errors off
php_flag file_uploads on
php_flag log_errors on
php_value error_log /var/log/acollab.log
php_value error_reporting 'E_ALL ~ E_NOTICE'
php_flag register_globals off
php_value max_execution_time 90
php_value memory_limit 20M
php_value upload_max_filesize 5M
php_value mbstring.func_overload 7
order deny,allow
deny from all
allow from all
</Directory>
==================================
If you're still having problems, post again with a little more detail and I'll see what I can do!
Regards,
Dave