# Deny access to all log files
Order Deny,Allow
Deny from all

# Prevent directory listing
Options -Indexes

# Allow access only from specific IPs (optional)
# Allow from 127.0.0.1
# Allow from 192.168.1.100