apache 配置虚拟机超简版
1、安装xampp
2、修改 xampp5\apache\conf 下的 httpd.conf
DocumentRoot "F:/"
<Directory "F:/">
3、修改xampp\apache\conf\extra 的 httpd-vhosts.conf
增加
<VirtualHost *:80>
DocumentRoot "F:/rosewholesale-pc"
ServerName rw.com
</VirtualHost>
1、安装xampp
2、修改 xampp5\apache\conf 下的 httpd.conf
DocumentRoot "F:/"
<Directory "F:/">
3、修改xampp\apache\conf\extra 的 httpd-vhosts.conf
增加
<VirtualHost *:80>
DocumentRoot "F:/rosewholesale-pc"
ServerName rw.com
</VirtualHost>