
# Attivo RewriteEngine
RewriteEngine On

# Attivo l’intestazione Authorization per il php-cgi
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Disabilita la compressione GZIP per il file update-db.php
SetEnvIfNoCase Request_URI /updates/update-db.php$ no-gzip
