转xampp 访问出现New XAMPP security concept

New XAMPP security concept:

Access to the requested directory is only available from the local network.
This setting can be configured in the file “httpd-xampp.conf”.

解决办法:

打开httpd-xampp.conf(/xampp/apache/conf/extra/httpd-xampp.conf)

找到以下内容
# New XAMPP security concept
#
<LocationMatch “^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))”>
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
81.196.40.94/32
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

将Deny from all这一行注释掉,即
#Deny from all

注:需要重启apache[/opt/lampp/lampp restartapache]

时间: 2024-10-06 18:24:12

转xampp 访问出现New XAMPP security concept的相关文章

xampp 访问出现New XAMPP security concept 或者 新しいXAMPPのセキュリティコンセプト

出现如下错误: 新しいXAMPPのセキュリティコンセプト: は.要求されたオブジェクトへのアクセスは.ローカルネットワークから入手可能です. この設定は.ファイル"で設定することができますのhttpd - xampp.conf " New XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configu

xampp 访问出现New XAMPP security concept 解决办法

最近通过手机访问本地服务器时出现以下问题: Access forbidden! New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". If you think this is a server error, p

xampp 访问出现New XAMPP security concept

在浏览器输入 http://60.10.140.22/xampp出现以下错误信息: Access forbidden! New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". If you think this

New XAMPP security concept

在一台电脑上访问另一台电脑上的xampp服务器时,有时会出现New XAMPP security concept这种情况.这是因为xampp限制了只能本机访问服务器,不能用其他 电脑来访问. 解决方法: 1. 修改httpd-xampp.conf(ubuntu系统在/opt/lampp/etc/extra目录下),找到下面这几行: "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))&

xampp访问phpmyadmin访问不了

我的xampp版本是xampp-linux-x64-5.6.15-2-installer.run, 浏览器输入“我的ip/phpmyadmin”出现如下问题: Access forbidden! New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file "http

XAMPP:访问phpmyadmin出错的解决方案

来源:http://www.ido321.com/1246.html XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建 XAMPP 软件站集成软件包,轻巧,用起来很方便.它提供了强大的phpmyadmin数据库管理工具,让使用者对数据库的使用和管理得心应手.对于不能在本地打开phpmyadmin的问题,我的解决方案如下: MySQL有一个默认的专用端口:3306,所以,如果你之前独立安装了MySQL,那么3306端口已经被占用.安装XAMPP集成的MySQL时,必须重新

外网访问不了Xampp(本地访问不了虚拟机的Xampp)

安装好了Xampp,在虚拟机是可以访问的, 浏览器中输入localhost 嘛 不过在本地就是访问不了,ping是能通过的 然后网上查了一些资料,并结合Xampp的提示: 从图片中可以看到,Xampp目前是只允许本地访问的,而且提示我们可以去修改 httpd-xampp.conf 这个目录在 /opt/lampp/etc/extra/  目录下,要根据自己的实际情况去找: 网上的资料,某度上的资料统统只能查到,只要把上面这一句,然后重启就可以了, 很幸运,我的电脑重启后,依然存在这个问题,然后我

phpMyAdmin访问被拒绝(XAMPP环境)

问题描述     アクセス禁止!     新しいXAMPPのセキュリティコンセプト:     は.要求されたオブジェクトへのアクセスは.ローカルネットワークから入手可能です.     この設定は.ファイル"で設定することができますのhttpd - xampp.conf " . 解决方法     修改配方文件     /opt/lampp/etc/extra/httpd-xampp.conf ■apache 2.2     将Deny from all这一行注释掉,即     #Deny

【xampp】windows下XAMPP集成环境中,MySQL数据库的使用

在已经安装了XAMPP之后,会在你安装的目录下面出现"XAMPP"文件夹,这个文件夹就是整个XAMPP集成环境的目录. 我们先进入这个目录,然后会看到带有XAMPP标志的xampp-control.exe执行文件. 双击打开xampp-control.exe,会出现以下界面,点击开启Apache和MySQL,这样我们就开启服务了,之后我们可以通过图形界面或者DOS界面使用MySQL数据库,首先介绍DOS界面使用. 使用XAMPP下的DOS界面,用命令操作MySQL,我们可以在开启服务后