온라인으로 할 수 있는 방법은 여러 가지가 있습니다. 제가 특별히 녹음해 두었는데, 필요한 친구들이 직접 얻을 수 있습니다.
수정할 파일: httpd.conf / httpd-vhosts.conf / 호스트
해당 경로:
httpd.conf:wampbinapacheApache2.2.21conf
httpd-vhosts.conf:wampbinapacheApache2.2.21confextra
hosts:cWindowsSystem32driversetc
수정 프로세스:
1, httpd.conf 열기, 약 466줄: #Include conf/ extra/httpd-info.conf, # 삭제
주문 거부, 허용모두 거부
:
<디렉터리 / >
옵션 FollowSymLinks
AllowOverride 없음
#모두 거부
모두 허용 #모든 액세스 허용
모두 만족
Directory>
3, httpd-vhosts.conf를 열고 하단 공백에 다음 코드를 추가합니다(
wamp 설치 경로를 직접 수정
):
DocumentRoot "f:/wamp/www"
ServerName localhost ServerAlias www.dummy- host.example.com
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common VirtualHost>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "
f:/wamp/www2
"
ServerName
www2.com
ServerAlias www.dummy-host.example.com ErrorLog "logs/dummy-host.example.com-error.log" CustomLog "logs/dummy-host .example.com-access.log" common
VirtualHost>4. 마지막 단계: 호스트 파일을 열고 마지막 줄 아래에 다음 코드를 추가합니다.
127.0.0.1 localhost
localhost와 www2.com을 별도로 개발할 수 있으며, 멀티 개발 가능 -사이트 구성이 성공했습니다. 이상에서는 다양한 측면을 포함한 wamp 다중 사이트 구성을 소개했습니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.