# редирект на https

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

# сжатие

ErrorDocument 404 https://quiz.rayart.ru/404.html
