phpstudy怎么绑定目录实现域名访问

如题所述

<VirtualHost _default_:80>
DocumentRoot "D:\www\xxx"
ServerName   www.xxx.com
<Directory "D:\www\xxx">
Options +Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答