prokat/redirect.php
2025-06-16 18:28:08 +05:00

178 lines
5.3 KiB
PHP
Executable File

<?php
/*редиректы анти сапе */
switch (trim($_SERVER['REQUEST_URI'])) {
case '/page/32945':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /page/108576');
break;
case '/?find=777&mod=find':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /find/777');
break;
case '/Kak_udalit_antivirus_Kasperskogo_(KIS)_esli_on_zaschischen_parolem_.html':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /Kak-udalit-antivirus-Kasperskogo-(KIS)-esli-on-zaschischen-parolem-.html');
break;
case '/footbol-vr.html':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /2024-05-08_kompyuternye-tehnologii-v-futbole-ot-umnogo-myacha-do-sistemy-var.html');
break;
case '/?id=5':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/?id=6':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/?id=4':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/?id=0':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/?id=2':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/Uskugi.html':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /Uslugi.html');
break;
case '/atol-2108-set.html?ysclid=lxg96z18g5381311156':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /atol-2108-set.html');
break;
case '/2024-02-18_frontol6-eksport-dannyh.html?ysclid=lxbyda5zyk760796898':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /2024-02-18_frontol6-eksport-dannyh.html');
break;
case '/product/pos-klaviatura-atol-kb-50-u-bez-ridera-magnitnyh-kart?variant_id=521793136':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/pos-klaviatura-atol-kb-50-u-bez-ridera-magnitnyh-kart');
break;
case '/product/atol-smartslim-bazovyy-4-android-70-mtk-mt6580-1gb8gb-2d-e3-wi-fi-bt-bp-ip65-4000-mah?variant_id=528116031':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/atol-smartslim-bazovyy-4-android-70-mtk-mt6580-1gb8gb-2d-e3-wi-fi-bt-bp-ip65-4000-mah');
break;
case '/product/fiskalnyy-nakopitel-fn-11m-36-mes?variant_id=546672374':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/fiskalnyy-nakopitel-fn-11m-36-mes');
break;
case '/services/markirovka/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /markirovka.html');
break;
case '/catalog/Atol/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/7-0.html');
break;
case '/catalog/resheniya-dlya-shtrikhkodirovaniya/skanery-shtrikhkoda/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/6-0.html');
break;
case '/catalog/Atol/atol-sigma-7/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/atol-sigma-7-smart-terminal');
break;
case '/catalog/Atol/atol-sigma-8/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/atol-sigma-8-smart-terminal');
break;
case '/catalog/Atol/atol-sigma-10-po-qasl/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/atol-sigma-10-smart-terminal');
break;
case '/catalog/Evotor/evotor-5i-smart-terminal/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /product/evotor-5i');
break;
case '/catalog/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/0-1.html');
break;
case '/page/361':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /page/415');
break;
case '/contacts/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /kontakts.html');
break;
case '/page/344':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /kontakts.html');
break;
case '/collection/smart-terminaly':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/1-0.html');
break;
case '/?yandex-source=desktop-maps':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/page/contacts':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /kontakts.html');
break;
case '/?id=8':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /');
break;
case '/tovar_cat/0.html':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/0-1.html');
break;
case '/tovar_cat/':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/0-1.html');
break;
case '/tovar_cat/12':
header('HTTP/1.1 301 Moved Permanently');
header('Location: /tovar_cat/12-1.html');
break;
default:
}
?>