找到httpd.conf,找到
documentroot "e:/program files/apache software foundation/apache2.2/htdocs",在此處可以配置站點根目錄;找到
directoryindex index.html
新增乙個節點就是dir_module節點,內容如下
directoryindex index.html index.htm index.php
#站點別名
alias /myphp "d:/myphp"
#這是訪問許可權設定
order allow,deny
allow from all
注意在新增好這個節點之後,要把上面找到的documentroot注釋掉
訪問許可權的設定
d:/myphp>紅色的表示對d盤下的myphp進行許可權設定,order allow,deny表示先允許所有的ip訪問,再拒絕所有的ip訪問,allow from all許可所有ip訪問
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配置虛擬目錄
1 開啟httpd配置裡include conf extra httpd vhosts.conf 2 定位到apache2 conf extra httpd vhosts servername www.test.cn 虛擬網域名稱 documentroot d wamp www manage bas...