Windows 的名稱解析設定 hosts
為了要連到 vm 上的網站,在 vm 設定完成後,在本機端用戶(以 windows 為例)要連線時,要讓瀏覽器找到正確的地方,這時侯,需要進一步設定 windows 的 hosts 檔案。
作業環境:
Host: Windows 7
VM: Ubuntu server 14 w apache2 vhost config(假設虛擬主機設定在 1.2.3.4 對應的 abc.local)
為了要讓 windows 在瀏覽 abc.local 時,能夠連到 1.2.3.4 ,所以,我們要利用 C:\Windows\System32\drivers\etc\hosts 這個檔來告訴瀏覽器, abc.local 的對應 IP(Linux 是設定 /etc/hosts 檔)
在 windows 上設定方法: 開始 > 所有程式 > 附屬應用程式 > 記事本 > 滑鼠右鍵 > 以系統管理員執行 > 檔案 > 開啟 > 所有檔案(右下角) > 指到 C:\Windows\System32\drivers\etc\hosts > 在檔案最後面加上一行 1.2.3.4 abc.local > 檔案 > 儲存檔案。
重開機。
使用 chrome 瀏覽時,記得輸入時在位址上輸入 abc.local/ 才能作用,如果只打 abc.local 會跑去搜尋引擎搜尋。
收工。
作業環境:
Host: Windows 7
VM: Ubuntu server 14 w apache2 vhost config(假設虛擬主機設定在 1.2.3.4 對應的 abc.local)
為了要讓 windows 在瀏覽 abc.local 時,能夠連到 1.2.3.4 ,所以,我們要利用 C:\Windows\System32\drivers\etc\hosts 這個檔來告訴瀏覽器, abc.local 的對應 IP(Linux 是設定 /etc/hosts 檔)
在 windows 上設定方法: 開始 > 所有程式 > 附屬應用程式 > 記事本 > 滑鼠右鍵 > 以系統管理員執行 > 檔案 > 開啟 > 所有檔案(右下角) > 指到 C:\Windows\System32\drivers\etc\hosts > 在檔案最後面加上一行 1.2.3.4 abc.local > 檔案 > 儲存檔案。
重開機。
使用 chrome 瀏覽時,記得輸入時在位址上輸入 abc.local/ 才能作用,如果只打 abc.local 會跑去搜尋引擎搜尋。
收工。
留言
張貼留言