码迷,mamicode.com
首页 > 其他好文 > 详细

xampp 提示 This setting can be configured in the file "httpd-xampp.conf".

时间:2014-09-10 17:24:20      阅读:854      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   io   ar   for   文件   sp   html   

错误提示如下:

New XAMPP security concept:

Access to the requested object is only available from the local network.

This setting can be configured in the file "httpd-xampp.conf".

以上错误是因为httpd-xampp.conf做了限制造成的,仅限于本地访问按以下方法修改后即可远程访问

打开httpd-xampp.conf文件将红色部分注释,加入绿色部分即可

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
#Require local
Order deny,allow
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

xampp 提示 This setting can be configured in the file "httpd-xampp.conf".

标签:style   http   color   io   ar   for   文件   sp   html   

原文地址:http://www.cnblogs.com/lvlv/p/3964768.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!