作者:mobiledu2502886217 | 来源:互联网 | 2013-08-06 11:56
例如www.php1.cn 1、打开文件【D:\wamp\bin\apache\apache2.2.8\conf\extra\httpd-vhosts.conf】
在文件最后添加如下内容:
ServerName wwwwww.php1.cn
DocumentRoot D:\web\phpthree
Options -Indexes FollowSymLinks +Includes
AllowOverride All
Order allow,deny
Allow from all
2、设置hosts文件【C:/windows/system32/drivers/etc/hosts】
里边添加内容:
127.0.0.1 wwwwww.php1.cn
3、创建文件夹d:\web\phpthree
4、在D:/web/phpthree/文件夹里边添加测试文件a.php【内容:】
5、重新启动apache
6、访问wwwwww.php1.cn/a.php看到"three"字样说明配置成功