NotEinstein
|
Websites can be blocked three ways:
Software built into a browser that blocks URLs
Redirecting requested websites to load from Localhost (127.0.0.1) through the hosts file
Blocking by the server the website is on, or by a server between your computer and the website server.
Most browser software blocks sites by their URL, or "Uniform Resource Locator." This name is used to identify server IP addresses that contain the site. This way websites can change servers, but users can still still access the site using the same name. You can get around this type of blocking by accessing the IP directly.
You can find the IP address using this tool:
http://www.selfseo.com/find_ip_address_of_a_website.php
This will give you a set of four numbers separated by periods, like the Localhost number above. Type this into your browser's web address tool bar, and the page should load.
Redirection and blocking at the operating system or server level can be skipped over using a proxy. This service takes a blocked web page, copies it, and displays it at its own address. The page you are accessing is actually on the unblocked proxy server. Any good IT manager will block proxy sites, but there's one they'll have to leave open: Google Translate. Type your webpage URL into the site and select any language to translate it to; the data will be sent to your computer through translate.google.com, not the original URL. Since the text is already in English, it will be unchanged.
Posted 5416 day ago
|