Where someone can know that it is necessary in your samopisnaya admin to do?
Well, you would think!
Hire charge a specialist in another section of the forum - he will understand for some time.
Ну зачем же сразу удалять - тем более если ТС редиректы нужны и привык он их так делать ?
Выше уже и fliger и Dreammaker правильно писали что нужно просто запретить редиректы кроме "своих" - вот и всё.
Well, why just remove - especially if the vehicle is needed and redirects it used them to do so?
Above already fliger and Dreammaker correctly wrote that you just need to disable redirects except "their" - that's all.
Ага, я вот в nginx так сделал:
set $goto_redir 1; if ($arg_goto ~ "https://ok.ru/clubbabai/") { set $goto_redir 0; } if ($arg_goto ~ "https%3A%2F%2Fok.ru%2Fclubbabai%2F") { set $goto_redir 0; } if ($arg_goto ~ "https://www.facebook.com/babai.ru") { set $goto_redir 0; } if ($arg_goto ~ "https%3A%2F%2Fwww.facebook.com%2Fbabai.ru%2F") { set $goto_redir 0; } if ($arg_goto ~ "https://vk.com/clubbabai") { set $goto_redir 0; } if ($arg_goto ~ "https%3A%2F%2Fvk.com%2Fclubbabai") { set $goto_redir 0; } if ($arg_goto ~ "https://www.instagram.com/clubbabai/") { set $goto_redir 0; } if ($arg_goto ~ "https%3A%2F%2Fwww.instagram.com%2Fclubbabai%2F") { set $goto_redir 0; } if ($arg_goto = "") { set $goto_redir 0; } if ($goto_redir = 1) { return 403; }
Yeah, I'm here with nginx did so:
set $ goto_redir 1; if ($ arg_goto ~ "https://ok.ru/clubbabai/") {set $ goto_redir 0; } if ($ arg_goto ~ "https% 3A% 2F% 2Fok.ru% 2Fclubbabai% 2F") {set $ goto_redir 0; } if ($ arg_goto ~ "https://www.facebook.com/babai.ru") {set $ goto_redir 0; } if ($ arg_goto ~ "https% 3A% 2F% 2Fwww.facebook.com% 2Fbabai.ru% 2F") {set $ goto_redir 0; } if ($ arg_goto ~ "https://vk.com/clubbabai") {set $ goto_redir 0; } if ($ arg_goto ~ "https% 3A% 2F% 2Fvk.com% 2Fclubbabai") {set $ goto_redir 0; } if ($ arg_goto ~ "https://www.instagram.com/clubbabai/") {set $ goto_redir 0; } if ($ arg_goto ~ "https% 3A% 2F% 2Fwww.instagram.com% 2Fclubbabai% 2F") {set $ goto_redir 0; } if ($ arg_goto = "") {set $ goto_redir 0; } if ($ goto_redir = 1) {return 403; }
Сервис с кучей багов - не видит фавиконку, не видит главное зеркало в Яндекс и т.п. - так что забейте на эту глючную поделку !
Service with a bunch of bug - favicons can not see, can not see the main mirror in Yandex, etc. - so that the drive in this buggy hack!
А потом удивляться что это сайт так тормозит :(
Ключи есть в Вебмамтере и Сёчконсоли а для всего остального есть серверная аналитика. В пределе стремящемуся к идеалу на сайте вообще не должно быть кода подгружаемому из вне - это и решение проблемы тормозов и безопасность.
And then be surprised that this site so slows down :(
The keys are in Vebmamtere and Sochkonsoli and for the rest there is a server analyst. In the limit of striving for the ideal site there should not be code loaded from the outside - this solution to the problem of brakes and safety.