網上方法五花白門,特意記錄一下,需要的朋友自行拿去就好。
需要修改的檔案:httpd.conf / httpd-vhosts.conf / hosts
對應路徑:
httpd.conf:wampbinapacheApache2.2.2112 月
. 2driversetc 修改流程:1,開啟httpd.conf,約466行:#Include conf/extra/httpd-info.conf,刪除#;2,還是httpd.conf,約188行:2,或httpd.conf />
Options FollowSymLinks AllowOverride None
Order deny,allow
Deny from all
?
AllowOverride None
Order deny,allow
Allow from all
#允許所有訪問 Satisfy all
3,開啟httpd-vhosts.conf,在最下方空白處新增以下程式碼(irt :80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "
f:/wamp/www
"
ServerName locahosts. s/dummy-host.example .com-error.log"
>
"
ServerName
www2.com ServerAlias www.dummy-host.example.com
rrorLog ""/dummy-example.com dummy-host.example.com-access.log" common
4,最後一步:打開hosts文件,在最後一行下面添加以下代碼:
lo127.0.0.1 host www2 .com
重啟wamp之後,localhost與www2.com即可區分開發,多站點配置成功。
以上就介紹了wamp多網站配置,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。