_php skill of Virtual machine configuration document under analytic WAMP5

Source: Internet
Author: User

Wamp, the virtual machine configuration is divided into three steps, with the following examples:
1. Modify the Hosts file
C:\WINDOWS\system32\drivers\etc\Hosts
127.0.0.1 dz1.test.com

2. Edit the wamp\bin\apache\apache2.2.11\conf\extra\httpd-vhosts.conf file and add the following code at the bottom of the file
<virtualhost *:80>
ServerName dz1.test.com
Serveralias dz1.test.com
DocumentRoot "e:/wamp/www/dz1"
</VirtualHost>

In addition to this sentence, if not the following sentence to remember to add, or hit localhost can not open the best plus
<virtualhost *:80>
ServerName localhost
Serveralias localhost
DocumentRoot "D:/wamp/www"
</VirtualHost>

3. Edit the E:\wamp\bin\apache\Apache2.2.11\conf\httpd.conf file and add the following code at the bottom of the file
Note: 403 error is reported without this code
Open the configuration file httpd.conf and remove the # #include 0conf/extra/httpd-vhosts.conf front!!
<directory "e:/wamp/www/dz1" >
Options Indexes FollowSymLinks
AllowOverride All
Order Allow,deny
Allow from all
</Directory>
Restart Apache, and then test the dz1.test.com, it's OK.
。。。。。。。。。。。。。。。。
Note that the red bold section must be the same and that the file exists

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.