如何配置虛擬主機?根據個人圖書館中 kpengfang 作者的分享,以下是配置虛擬主機的操作步驟。
1、首先在本地配好環境[wamp];
2、打開C:WindowsSystem32Driversetc這個目錄下的hosts 文件進行編輯:
127.0.0.1 test.com
127.0.0.1 kpf.com
127.0.0.1xxx.com[這里可以隨意寫成其他的域名]
3、打開D:wampbinapacheapache2.2.8conf這個目錄下的httpd.conf找到407行左右:Include conf/extra/httpd-vhosts.conf 把前面的#去掉[切記:一定要去掉#號]
找到Directory,找到DocumentRoot(在此之前一定要在D盤新建一個work文件,這里是放站點的文件路徑,可以隨意變動名稱和路徑)。
4、打開D:wampbinapacheapache2.2.8confextra這個目錄下的httpd-vhosts.conf這個文件:
復制相同的代碼進行更改:
<VirtualHost *:80>
DocumentRoot “D:worktest”
ServerName kpf.com
ServerAlias *.kpf.com
DirectoryIndex index.html index.htm index.php
</VirtualHost>
<VirtualHost *:80>
DocumentRoot “D:worktest1”
ServerName test.com
ServerAlias *.test.com
DirectoryIndex index.php index.html index.htm
</VirtualHost>
最后重啟apache,訪問站點即可。以上由域名頻道根據原作者內容整理,高性價比虛擬主機產品推薦?http://m.fascinatingdeals.com/webhost