标题:网站拒绝显示此网页 HTTP 403 最可能的原因是: 此网站要求您登录。
只看楼主
湿一夜的小棒
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2017-2-6
 问题点数:0 回复次数:0 
网站拒绝显示此网页 HTTP 403 最可能的原因是: 此网站要求您登录。
如题。(英文提示 Forbidden  You don't have permission to access / on this server)
php,mysql5.6和apache2.4搭配环境亲测没有问题。虚拟主机配置如下:
1,apache2.4/conf/httpd-conf
# Virtual hosts
  Include conf/extra/httpd-vhosts.conf//虚拟主机启用;
# DocumentRoot "c:/Apache24/htdocs" //原路径关闭
<Directory "c:/Apache24/htdocs">

2,apache2.4confextrahttpd-vhosts.conf

<VirtualHost 127.0.0.1:80>
DocumentRoot "f:/web"
DirectoryIndex jingxian.html index.html index.htm index.php
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

3,c:windowssystem32driveretchosts

# localhost name resolution is handled within DNS itself.
#    127.0.0.1           localhost
#    ::1              localhost
     127.0.0.1       www.
问题是当我在浏览器输入 http://www. 即出现错误如题
p.s 缓存已经清理; 所有用户账号full control;另我的电脑没设开机密码。
问题到底出在哪里?

小弟不才,如叙述上有含糊不清的地方还望指出,我修改后再上传,直到问题解决为止!!谢谢各位
搜索更多相关主题的帖子: Forbidden permission 虚拟主机 access server 
2017-02-06 14:53



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-474023-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.111929 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved