# Added for Horde   
  
    Options Indexes FollowSymLinks
    AllowOverride None
    order allow,deny
    allow from all
    
        php3_include_path '/home/httpd/phplib:.'
        php3_auto_prepend_file /home/httpd/phplib/prepend.php3
        php3_magic_quotes_gpc Off
        php3_track_vars On
    
    
        php_value include_path '/home/httpd/phplib:.'
        php_value auto_prepend_file /home/httpd/phplib/prepend.php3
        php_flag register_globals On
        php_flag magic_quotes_gpc Off
        php_flag track_vars On
    
    Alias /horde/ "/home/httpd/html/horde/"
#
# For security, don't serve pages from the Horde configuration and library
# directories.
#
    Order deny,allow
    Deny from all
    Order deny,allow
    Deny from all
    Order deny,allow
    Deny from all
    Order deny,allow
    Deny from all
    Order deny,allow
    Deny from all
    Order deny,allow
    Deny from all
# End of Horde configuration ================