Listen 80
<VirtualHost 域名:80>
ServerName 域名
ServerAlias 域名
DocumentRoot "D:\wwwroot\test"
<Directory "D:\wwwroot\test">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
phpstudy 2016 apache 指定域名不起作用
phpstudy 2016 apache 指定域名不起作用
phpstudy 2016 apache 指定域名不起作用
phpstudy 2016 apache 指定域名不起作用