I noticed this a week ago, I was unable to load computercraft.info, I got DNS server error.
To load it I had to fake my IP so the server thinks I am in another country. What happenned? (From normal connection I still can't view it)
So what DNS server are you using? Your ISP's? What if you switch to eg Google's (8.8.8.8)?
The browser doesn't actually prefix it. The browser goes through the normal DNS lookup process (which gives the same IP address for both computercraft.info and www.computercraft.info) then sends an HTTP request, the server (which seems to be some cloudflare server) then sees that the Host header is computercraft.info and responds with a status of 301 and the Location header set to www.computercraft.info/whatever/path/you/went/to.The actual website is www.computercraft.info. I guess that your browser is not automatically prefixing that for you.
Is Google's better?
On a side note, they will be able to know absolutely everything about you if you do so.