WampServer上的子域名

时间:2011-03-11 01:07:27

标签: apache dns subdomain wamp

我正在使用WampServer进行开发,我已经设置了域tuniguide.local它可以正常使用此配置:

DocumentRoot "D:\www\tuniguide"

ServerName tuniguide.local

但是当我想添加子域fr.tuniguide.local时,我得到了404 Not Found with this configuration:

DocumentRoot "D:\www\tuniguide\fr"

ServerName fr.tuniguide.local

它给了我这样的信息: 在此服务器上找不到请求的URL /www/tuniguide/index.php。

有没有我想念的?

感谢。

1 个答案:

答案 0 :(得分:0)

您可能需要在服务器计算机上编辑主机文件,以便将正确的域指向localhost。在这里查看关于Wamp的子域的深度教程:http://www.itutorblog.com/2011/06/how-to-create-a-subdomain-on-wamp/