Heim > Artikel > Backend-Entwicklung > www.sony.com.cn/productclub wamp 配置虚拟主机
1、首先打开apache的配置文件httpd.conf,并去掉#Include conf/extra/httpd-vhosts.conf前面的#,启用虚拟主机功能
2、先把localhost配置好,免得以后访问localhost出现问题,我的wamp项目根目录是D:\wamp\www。将下面信息添加到apache的apache/conf/extra下的配置文件httpd-vhosts.conf后面即可;
DocumentRoot "D:/wamp/www"
ServerName www.xxxxxxxx.com
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
以上就介绍了www.sony.com.cn/productclub wamp 配置虚拟主机,包括了www.sony.com.cn/productclub方面的内容,希望对PHP教程有兴趣的朋友有所帮助。