# Protect the data directory — JSON files contain user data & password hashes.
RedirectMatch 404 /data/.*$

# Disable directory listing site-wide
Options -Indexes

# Tell PHP we serve UTF-8
AddDefaultCharset UTF-8
