search
HomeBackend DevelopmentPHP TutorialHow others on the LAN can access wampserver2.5
How others on the LAN can access wampserver2.5Sep 07, 2017 am 10:45 AM
local area networkaccess

wampserver2.5 Version

Apache: 2.4.9

MySQL: 5.6.17

PHP: 5.5.12

PHPMyAdmin: 4.1. 14

SqlBuddy: 1.3.3

XDebug: 2.2.5

When you open httpd.conf after installation, the original configuration you see is as follows. The original configuration allows local access and cannot be accessed by others.

Open the Apache configuration file httpd.conf (the file is in wamp\bin\apache\apache2.4.9\conf)

Find the code as follows

It was also said above that the above configuration does not work. Let’s talk about how to change it. I have pasted 2 places above, so we need to modify these two places.



[php] view plain copy
DocumentRoot "d:/wamp/www/"
<Directory />  
     AllowOverride none  
     order deny,allow  
     allow from all  
     #Require all denied  
</Directory>  
<Directory "d:/wamp/www/">  
    Options Indexes FollowSymLinks  
    AllowOverride all  
    order deny,allow  
    allow from all  
    #Require local  
</Directory>

Both places must be modified before others can access it. If only one place is modified, 403 will appear when others visit. The phenomenon.

The above is the detailed content of How others on the LAN can access wampserver2.5. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
win11无法连接局域网打印机,应该如何解决?win11无法连接局域网打印机,应该如何解决?Jul 01, 2023 am 08:57 AM

win11无法连接局域网打印机怎么办?有不少用户的win11系统在使用局域网打印机功能的时候,无法正常连接到共享打印机,出现这个问题,可能是连接步骤或者是某项功能服务没打开。今天小编就给大家带来了多种解决方法,很多小伙伴不知道怎么详细操作,小编下面整理了win11电脑不能连共享打印机解决技巧,如果你感兴趣的话,跟着小编一起往下看看吧!win11电脑不能连共享打印机解决技巧1、首先,按键盘上的Win+X组合键,或右键点击任务栏上的Windows开始图标,在打开的隐藏菜单项中,选择运行;2、运行窗口

cmd怎么查看局域网所有ipcmd怎么查看局域网所有ipFeb 20, 2023 pm 02:22 PM

cmd查看局域网所有ip的方法:1、按“Win+R”快捷键打开“运行”窗口;2、在“运行”窗口中输入“CMD”后,按回车键;3、在打开的“命令提示符”界面中,输入命令“arp -a”并按回车键;4、从返回结果就可以看到本地局域网中的所有与本机通信的计算机IP地址。

为什么局域网 IP 通常以 192.168 开头而不是 1.2 或者 193.169 ?为什么局域网 IP 通常以 192.168 开头而不是 1.2 或者 193.169 ?Aug 02, 2023 pm 03:42 PM

配置路由器的人往往会使用路由器默认的 IP 地址作为网关,换成其他的 IP 地址既费脑子又费事。还别不相信,经常做网络维护的人设置 IP 地址,“192.168” 输入得贼溜。但这还不是根本原因。

windows10局域网看不到其他电脑怎么办windows10局域网看不到其他电脑怎么办Jul 18, 2023 am 08:02 AM

不少用户都会根据局域网去和别的电脑开展共享文件,但是有的windows10客户反映在局域网内看不到其他电脑,怎么办呢?你先开启高级共享设置,选中“启用网络发现”与“开启文件和打印机共享”。以后开启服务面板,找到Server服务项,右键启动它。然后打开程序和功能面板,挑选开启或关掉Windows作用,勾选“SMB1.0/CIFS共享文件适用”即可。windows10局域网看不到其他电脑怎么办:1.最先,右键点击“此电脑”标志,在弹出菜单中选择“特性”菜单项;2.随后,在打开的网络和共享中心窗口中,

局域网lan是指在什么范围内的网络局域网lan是指在什么范围内的网络Jan 14, 2021 pm 04:07 PM

局域网lan是指在10公里范围内的网络。局域网是指局部地区形成的一个区域网络,其特点就是分布地区范围有限,一般限定在小于10km(公里)的范围,通常采用有线的方式连接起来。局域网将一定区域内的各种计算机、外部设备和数据库连接起来形成计算机通信网,通过专用数据线路与其他地方的局域网或数据库连接,形成更大范围的信息处理系统。

公司为什么要用内网公司为什么要用内网Aug 22, 2022 pm 03:57 PM

用内网的原因:1、资源共享,可提供方便的软硬件资源共享,尤其是在硬件资源方向更显突出,打印机和扫描仪等办公自动化设 备得到充分的利用。2、便于团队合作,大多数现代局域网提供了一个平台,可以让多个用户处理同一个文件且始终使用最新版本。3、易于查找信息,内网可作为放置所有受信任信息的位置。4、减少管理成本,借助内网,可轻松提供联机表单,从一开始就理顺工作流程,大大地提高了工作效率。

解决win10局域网无法访问网络路径的方法解决win10局域网无法访问网络路径的方法Dec 28, 2023 pm 01:36 PM

很多小伙伴连接win10电脑网络的时候,无法访问局域网,系统提示0x80070035找不到网络路径,这是怎么一回事呢?其实电脑网络问题一般可以重启电脑试试,这是最简单的方法,如果不行,我们可以更改一下网络设置,一起来看看下面的解决方法。win10局域网找不到网络路径解决方法1、Win10访问局域网电脑,可以直接输入电脑IP地址,也可以在网络中搜索到共享电脑并点击打开。但并没有弹出输入用户名和密码的窗口。2、除了在控制面板中进入Windows凭据管理外,我也可以通过映射网络驱动器来进行账户和密码访

校园网是局域网吗校园网是局域网吗Feb 04, 2021 pm 04:15 PM

校园网是局域网。校园网应为学校教学、科研提供先进的信息化教学环境;这就要求:校园网是一个宽带 、具有交互功能和专业性很强的局域网络。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download

Atom editor mac version download

The most popular open source editor