http://quest.ra-sn.ru/
301 Moved Permanently
https://quest.ra-sn.ru/
200 OK
$("img").on("error", function(){
$(this).attr('src', '../img/no-picture.png');
});
RewriteEngine On
RewriteRule ^media/([^/]*)$ /instruction.php?instr=$1 [R=301, L]
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ https://site.com/ [R=301,L]