如果你安裝的是 wampserver 整合的 那你就進入wamp\bin\apache\apache2.2.11\conf\extra\httpd-vhosts.conf 配置檔案
進行如下配置: 意思是配置3個虛擬主機 ,分別是
1 website.localhost:8080 c:\users\n.zhang\documents\website\dhr3
2 tools.localhost:8080 c:\users\n.zhang\documents\tools
3 test.localhost:8080 c:\testphp\public
servername website.localhost
serveradmin [email protected]
documentroot "c:\users\n.zhang\documents\website\dhr3"
options indexes multiviews followsymlinks
allowoverride all
order allow,deny
allow from all
errorlog "logs/test.tools.directhr.net-error.log"
customlog "logs/test.tools.directhr.net-access.log" common
servername tools.localhost
serveradmin [email protected]
documentroot "c:\users\n.zhang\documents\tools"
options indexes multiviews followsymlinks
allowoverride all
order allow,deny
allow from all
errorlog "logs/test.tools.directhr.net-error.log"
customlog "logs/test.tools.directhr.net-access.log" common
servername test.localhost
serveradmin [email protected]
documentroot "c:\testphp\public"
options indexes multiviews followsymlinks
allowoverride all
order allow,deny
allow from all
errorlog "logs/test.tools.directhr.net-error.log"
customlog "logs/test.tools.directhr.net-access.log" common
還有件重要的事情是配置c:\windows\system32\drivers\etc\hosts
將如下內容黏貼 就行了
127.0.0.1 tools.localhost
127.0.0.1 website.localhost
127.0.0.1 test.localhost
Apache建立虛擬主機
1 開啟apache配置檔案 在439行把 刪除即可 2 開啟apache的輔助配置檔案 前面沒有 的行全部刪除 然後輸入 documentroot var www ecshop 檔案位址 servername lamp.ecshop.com 若訪問lamp.ecshop.com出現4.3forbi...
PHP 虛擬主機配置
wamp 環境下 1.首先建vhost 資料夾,資料夾裡面建檔案leshowtest.conf vhost 檔案位置 圖一 leshowtest.conf 檔案裡面配置 documentroot e wamp www ttmv dev home servername live.ttmv.com se...
wamp 下建立虛擬主機
1 編輯httpd.conf,查詢include conf extra httpd vhosts.conf,把前面注釋符號 刪掉。2 編輯httpd vhosts.conf,我把wampserver安裝在d wamp,所以我這裡的路徑是d wamp apache2 conf extra。把裡面的內容...