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))">

Order deny,allow

Deny from all

把Deny from all注释掉或删除掉,重启xampp服务器(sudo /opt/lampp/lampp restart)就可以了

方法2:

如果httpd-xampp.conf中没有上面这几行,则把该文件的下面这行注释掉:

Require local

然后重启xampp.

时间: 2024-11-17 06:53:39

New XAMPP security concept的相关文章

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

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

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 XAMP

XAMPP非本地访问被拒绝解决办法

问题场景: 本机搭建一个apache服务器,正常访问XAMPP目录下的页面. 手机接入同一wifi,以电脑ip方式访问该目录下的页面:提示:Access Denied Access to the requested directory is only available from the local network.This setting can be configured in the file “httpd-xampp.conf”. 解决办法: 1.按照提示找到httpd-xampp.co

xampp只允许本地访问,禁止远程访问

远程访问phpmyadmin的时候出现错误 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". 意思是xampp的安全配置只允许本地网络的访问请求,需要配置httpd-xampp.conf,打开这个文件,找到 &l

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外网不能访问的原因

当局域网或外网访问xampp时,报如下错误时: 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失败 解决方式 XAMPP1.8.3

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/c