如何使WampServer 3.1.0可以访问Web

时间:2018-01-17 02:35:03

标签: apache wampserver

我读到有关将侦听端口更改为80,这是在我的服务器配置中它表示为Apache 80定义的端口,我已经激活WampServer到联机,删除防火墙,在服务器中配置什么是最好的事情它可以在线访问。

我的虚拟主机

# Virtual Hosts # 
<VirtualHost *:80> 
    ServerName localhost 
    ServerAlias localhost 
    DocumentRoot "C:/Wamp/www" 
    <Directory "C:/Wamp/www/"> 
        Options +Indexes +Includes +FollowSymLinks +MultiViews 
        AllowOverride All 
        Require local 
    </Directory> 
</VirtualHost>

0 个答案:

没有答案