Просмотр поста

.
ramzes
if(preg_match('|^\/music\/search|i', $_SERVER['REQUEST_URI'])){
   header("Location: /", true, 410);
   exit;
}