# ----------------------------------
# Administration: Isoqlog          #
# ----------------------------------

Alias /isoqlog /var/www/html/isoqlog
<Directory /var/www/html/isoqlog>
    RequireSSL off
    Options -Indexes
    AllowOverride None
    order deny,allow
    deny from all
    allow from all
    AuthName "Isoqlog (Admin)"
    AuthType Basic
    AuthExternal pwauth
    require user admin
    Satisfy all
    AddType application/x-httpd-php .php .php3
    php_flag  magic_quotes_gpc  on
    php_flag  track_vars        on
</Directory>

# ----------------------------------------------
