标签:
conf目录:
......
IncludeOptional "e:/wamp/vhosts/*"
......
conf\extra目录:
httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "e:\wamp\www\2"
ServerName 127.0.0.2
DirectoryIndex index.php index.html
<Directory "e:\wamp\www\2">
Options Indexes FollowSymLinks Multiviews
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</Virtualhost>
标签:
原文地址:http://my.oschina.net/u/1046838/blog/468847