# Disallow requests for the config.ini file.
<Files *.ini>
    Order deny,allow
    Deny from all
</Files>

# Enable PHP setting that appends the PHPSESSID to the URI. This will be 'undone' when LOVD is configured to use cookies in authentication.
php_value session.use_trans_sid 1
