- 分享
- 0
- 人气
- 10
- 主题
- 421
- 帖子
- 5329
- UID
- 143331
- 积分
- 8687
- 阅读权限
- 25
- 注册时间
- 2008-5-18
- 最后登录
- 2019-9-4
- 在线时间
- 12829 小时
    
|
问题: Google Chrome Invalid URL
解答:
方法一:
首先,打開 notepad,然後去 File 》Open,接著輸入 c:\windows\system32\drivers\etc\hosts
這時候你會看到- # Copyright (c) 1993-1999 Microsoft Corp.
- #
- # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
- #
- # This file contains the mappings of IP addresses to host names. Each
- # entry should be kept on an individual line. The IP address should
- # be placed in the first column followed by the corresponding host name.
- # The IP address and the host name should be separated by at least one
- # space.
- #
- # Additionally, comments (such as these) may be inserted on individual
- # lines or following the machine name denoted by a '#' symbol.
- #
- # For example:
- #
- # 102.54.94.97 rhino.acme.com # source server
- # 38.25.63.10 x.acme.com # x client host
- 127.0.0.1 localhost
- 203.106.85.66 www.facebook.com
复制代码 現在祗需要把最後那行『203.106.85.66 www.facebook.com』刪除掉,然後 save 起來,關掉 notepad 就可以了。
感谢 BiRDer 提供
方法二:
- 1. Go to folder "C:\Windows\System32\drivers\etc"
- 2. Open hosts file with notepad .
- 3. Copy below and paste in hosts file
- 4. 69.171.228.74 www.facebook.com
- 69.171.228.74 https://www.facebook.com
- 5.Click on save to save the hosts file
- Close the browser
- Open and access to facebook again.
- Problem solved.
复制代码
感谢 Elineyeo 提供 |
|