# Enable GZIP
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/x-js text/javascript text/css image/jpeg image/png image/gif image/ktx  model/gltf-binary
AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/x-javascript application/javascript application/json

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteEngine on
RewriteCond %{HTTP_HOST} ^rtz23.de$ [NC]
RewriteRule (.*) http://www.rtz23.de/$1 [R=301,L]

