简体   繁体   English

WAMPSERVER 403禁止Apache 2.4.18

[英]WAMPSERVER 403 Forbidden Apache 2.4.18

need help I am using apache 2.4.18 wampserver 3.0, I already put it online but I cant access the server remotely from other client. 需要帮助我正在使用apache 2.4.18 wampserver 3.0,我已经将其联机,但是无法从其他客户端远程访问该服务器。 I already configure the httpd.conf on apache\\apache2.4.18\\conf , I also search here and did all already from the comments but nothing happens. 我已经在apache\\apache2.4.18\\conf上配置了httpd.conf ,我也在这里搜索并且已经从注释中进行了所有操作,但是没有任何反应。

below is my configuration: 下面是我的配置:

<Directory />
    AllowOverride All 
    Require all granted  
</Directory>

<Directory "c:/wamp/www/">
    Options +Indexes +FollowSymLinks
    AllowOverride All

#   onlineoffline tag - don't remove
    Require all granted
</Directory>

If you are working behind firewall OR router make sure port is forwarded to port 80 to access WAMP remotely. 如果您在防火墙或路由器后面工作,请确保将端口转发到端口80以远程访问WAMP。

You don't need to change code to do that Just right click on wampserver you will find Put Online Link click over and it's online. 您无需更改代码即可执行此操作。只需右键单击wampserver,您会发现Put Online Link单击并处于联机状态。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM