gpt4 book ai didi

php - 我想在同一网络内的智能手机上访问 htdocs 中的文件

转载 作者:行者123 更新时间:2023-11-30 23:06:33 25 4
gpt4 key购买 nike

我正在使用 php 进行开发,并且在 Windows 7 机器上使用 mysql 作为后端。我已经安装了 xampp 服务器,并且使用 apache 2.4 作为网络服务器。我有一个 mtnl 路由器,我所有的设备都连接到它。我想访问我的 Android 智能手机上 htdocs 文件夹中的所有内容。我看到一些关于编辑 httpd.conf 文件的帖子,但没有用。请在 conf 文件中指定要编辑的内容。

提前致谢!

我的 ip-config o/p 是:

Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix:
Link-local IPv6 Address: fe80::853e:7ced:1b5e:91cc%12
IPv4 Address: 192.168.1.103
Subnet Mask : 255.255.255.0
Default Gateway:192.168.1.1

我的 httpd.conf 文件 ka 编辑看起来像这样:

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All

#
# Controls who can get stuff from this server.
#
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 :: 192.168.1
Allow from 127.0.0.1
Allow from 192.168.1

**SOLUTION FOUND:**

正如#BenH 所说,我们必须按照他所显示的那样编辑 httpd.conf

转到防火墙并将apache 服务器添加到异常(exception)列表

要设置静态 ip,请转到网络和共享并打开适配器设置,

选择当前连接的适配器右键点击属性

点击 ipv4 属性点击使用下面的 ip 地址

你的 ip 地址:192.168.1.xyz

xyz 可以是 02 到 255 之间的任何值

子网掩码:255.255.255.0

默认网关:192.168.1.1

对于孟买的 mtnl 首选 DNS 服务器是:59.185.0.23

替代:203.94.227.70点击确定

重启apache

谢谢大家,尤其是 BenH 对我的帮助:)

最佳答案

为本地网络上的每个设备设置静态 IP。然后你必须配置 apache 以允许来自所有人的连接,而不仅仅是来自 127.0.0.1,它应该在 httpd.conf 中:

AllowOverride All
Order Deny,Allow
Deny from all
Allow from all

关于php - 我想在同一网络内的智能手机上访问 htdocs 中的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21646268/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com