配置域名

第一步:

C:\Windows\System32\drivers\etc

下的host文件中添加:127.0.0.1       www.xxxx.com

第二步:

apche 配置文件:httpd.conf

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf  去注释

ServerName localhost:80  改为www.xxxx.com

第三部:

conf/extra/httpd-vhosts.conf   添加

<VirtualHost *:80>
    DocumentRoot "i:/wamp/www"
    ServerName www.xxxx.com
</VirtualHost>


我就咱么一记,你就这么一看~

你可能感兴趣的:(配置域名)