Wamp

时间:2015-09-27 05:19:11

标签: php apache

我正在使用php编写一个Web应用程序,但我不知道如何直接从localhost访问我的网站。

我已经在apache中配置了VirtualHost但仍无法正常工作,

<VirtualHost *:80>
    DocumentRoot "C:/wamp/www/top10"
    ServerName top10.com

    <Directory "C:/wamp/www/top10" >
        allow from all
        order allow,deny
        AllowOverride all
    </Directory>
    DirectoryIndex index.html index.php
</VirtualHost>

我还在主机文件

中添加了相同的ServerName条目

当我尝试访问时出现以下错误

Not Found

The requested URL / was not found on this server.

Apache/2.4.9 (Win32) PHP/5.5.12 Server at top10.com Port 80

我想以http://top10.com而不是http://localhost/top10访问我的网站。

你可以帮助我吗

1 个答案:

答案 0 :(得分:1)

在C:/ Windows / System32 / drivers / etc /中打开主机文件(AS Administrator)并添加以下行(不要删除任何内容)

127.0.0.1 myWebsite.local

根据您的姓名要求更改myWebsite.local