How is it possible to bypass the site blocking by the provider? Should there be any options?

enter image description here

  • one
    If you are a user of the site, you can use Tor-ohm, VPN-ohm and so on. If you are the owner of the site, you can either deal with those who blocked it, or do a site mirroring. - Regent
  • And what have the .htaccess ? - user194374
  • I am the owner of the site. Made a few more copies of the site in different domains. So I do not know what to do with the blocked site, the traffic from the search somehow needs to be transferred to another site. And Yandex robot, he also will be blocked? At least temporarily, while the pages in the search remained. - steep
  • Or do you mean in Yandex add mirrors to the site? - steep
  • It depends on which provider the Yandex robot uses. It is better to clarify in Yandex. Since requests are blocked and do not reach your server, no rules in .htaccess will help you bypass the blocking. - Regent

1 answer 1

There are several ways:

  1. Vpn (English Virtual Private Network - virtual private network) - a generic name for technologies that allow you to provide one or more network connections (logical network) on top of another network (for example, the Internet).

For example, you buy a server from a foreign provider, or a provider that does not block access to your site, install a vpn server on it -> then on your PC you connect to a foreign server. And through it you go online. Thus, you get into the network from the network of a foreign provider whose access to the resource is not blocked.

  1. Proxy

There are paid and free sites that allow you to access sites through their servers. Those. they accept a request from you and send it on their own behalf to a blocked server and they give you an answer back. Thus, you communicate with the site, for example, through an intermediary server.

There are also tech and tor and i2p - which also allow you to "hide" your network requests from your provider.

  • You will not force users to use a proxy. - steep