wh0am1 发表于 2016-7-8 10:24:44

客户端访问服务器问题

服务器上安装完成 本机访问没问题客户端访问IP地址报错

Forbidden

You don't have permission to access / on this server.

Apache/2.4.9 (Win64) PHP/5.5.12 Server at 192.168.1.1 Port 80

求大神解答!

dmlcc23 发表于 2017-1-18 13:49:28

修改虚拟主机配置文件
c:\wamp64\bin\apache\apache2.4.23\conf\extra\httpd-vhosts

<Directory"c:/wamp64/www/">
                Options +Indexes +Includes +FollowSymLinks +MultiViews
                AllowOverride All
                Order allow,deny
                Allow from all
                Require all granted
        </Directory>
页: [1]
查看完整版本: 客户端访问服务器问题