# ----------------------------------------
# Basic Configuration
# - Core server settings
# - Character encoding
# ----------------------------------------

# Character Encoding
AddDefaultCharset UTF-8
AddCharset UTF-8 .html .css .js .xml .json .txt

# Connection settings for HTTP/1.1 compatibility
<IfModule mod_headers.c>
    Header set Connection "keep-alive"
</IfModule>

# Disable Apache default ETag (keeps PHP-set ETag)
FileETag None