#-------------------------------------------------------------------
#   Joomla
#-------------------------------------------------------------------
Alias       /joomla         /opt/joomla
 
<Directory /opt/joomla>
    order deny,allow
    deny from all
    allow from all
    AddType application/x-httpd-php .php .php3 .phtml
    Options +FollowSymlinks
    RewriteEngine on
    php_admin_value open_basedir /opt/joomla
</Directory>
 
#-------------------------------------------------------------------
