配备虚拟路径 和 虚拟主机
配置虚拟路径 和 虚拟主机
配置虚拟路径 和 虚拟主机 代码
<VirtualHost *:80>
DocumentRoot E:/wordpress
ServerName p.com
</VirtualHost>
<Directory "E:/wordpress">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
配置虚拟路径 和 虚拟主机 代码
<VirtualHost *:80>
DocumentRoot E:/wordpress
ServerName p.com
</VirtualHost>
<Directory "E:/wordpress">
AllowOverride None
Order allow,deny
Allow from all
</Directory>