1:開啟httpd配置裡include conf/extra/httpd-vhosts.conf
2:定位到apache2\conf\extra\httpd-vhosts
servername www.test.cn //虛擬網域名稱
documentroot "d:\wamp\www\manage\basic" //指向路徑
//不知道
options indexes multiviews followsymlinks
allowoverride all
order allow,deny
allow from all
4:關聯hosts
5:重啟
6:ok
apache 配置虛擬目錄
apache http.conf配置虛擬目錄 alias b c htdocs blabla options indexes followsymlinks allowoverride none order allow,deny allow from all alias tt e twwork jxt...
apache配置虛擬目錄
servername admin.dede.com serveradmin webmaster localhost documentroot var dedecms admin assignuserid www admin www data options followsymlinks allowo...
Apache 配置虛擬目錄
apache 配置虛擬目錄是什麼意思呢?假如您現在的apache 配置檔案 httpd.conf 中設定的訪問路徑為 e php web 下,即documentroot e php web 哪如何設定乙個別的碟符 比如 d盤 下面的乙個目錄,讓 web 伺服器可以去訪問呢?就需要配置虛擬目錄。下面為...