#------------------------------------------------
# VTiger
#------------------------------------------------
Alias /vtiger /opt/vtigercrm
<Directory /opt/vtigercrm>
  SSLRequireSSL on
  AddType application/x-httpd-php .php .php3 .phtml
  AllowOverride all
  order deny,allow
  deny from all
  allow from all
  php_flag register_globals off
  php_flag output_buffering On
  php_admin_value display_errors 1
  php_admin_value max_execution_time 600
  php_admin_value open_basedir /opt/vtigercrm/
</Directory>
#------------------------------------------------

