# Beibarys (05.02.2017 / 17:19)Так:
Поднимаю тему
Как поставить 410 статус на ссылки?
скрин
site/search/audio/*
site/search/results/*
if (preg_match('/\/search\/audio\//i', $_SERVER['REQUEST_URI']) ||
preg_match('/\/search\/results\//i', $_SERVER['REQUEST_URI'])
) {
header('HTTP/1.1 410 Gone');
}