# Prevent directory browsing
Options -Indexes

# Security: Prevent access to sensitive files
<FilesMatch "^\.">
    Order allow,deny
    Deny from all
</FilesMatch>

# PHP Error Handling (optional - can be removed if causing issues)
# php_flag display_errors Off
# php_flag log_errors On
