#-------------------------------------------------------------------
#   Typo3 Content Management System
#-------------------------------------------------------------------
Alias       /typo3         /opt/typo3
    
<Directory /opt/typo3>
    Options Indexes +Includes FollowSymLinks
    order deny,allow
    deny from all
    allow from all
    AddType application/x-httpd-php .php .php3 .phtml
    php_admin_value open_basedir /opt/typo3
</Directory>
 
#-------------------------------------------------------------------