问答详情
源自:2-4 WAMPServer多站点配置

怎么老是禁止

Forbidden You don't have permission to access / on this server. Apache/2.4.9 (Win32) PHP/5.5.12 Server at test01.com Port 80 怎么办????

提问者:qq_小旋风_3 2016-04-08 14:08

个回答

  • 殇魂
    2016-04-16 23:21:20
    已采纳

    对了这个文件是那个apache/conf/httpd.conf

  • super_rabbit
    2016-04-24 15:29:48

    改了图标变成黄色是什么情况?

  • 殇魂
    2016-04-16 23:19:36

    http://img.mukewang.com/5712575a00018d8a02790133.jpg


    首先找到上面的东西改成下面的

    <Directory />

        Options Indexes FollowSymLinks  

        AllowOverride None 

    </Directory>

    然后

    http://img.mukewang.com/571257c50001b84e03950059.jpg#取消就行了



  • qq_小旋风_3
    2016-04-09 08:58:20

    应该怎么改?


  • 殇魂
    2016-04-08 17:24:09

    http://img.mukewang.com/570778910001f09a06280263.jpg

    <Directory />

        Options Indexes FollowSymLinks  

        AllowOverride None 

    </Directory>

    改成这样我之前也有这个问题