How to use wamp server as a web server ? Wamp server in LAN.

preview_player
Показать описание
How to use wamp as a web server ? Wamp server in LAN.

# Deny from all
Allow from all
Allow from ::1
Allow from localhost

Рекомендации по теме
Комментарии
Автор

YOU ARE MY HERO!
thanks for the tutorial!

Josuehbk
Автор

The success of the establishment also depends on the configuration of the router, such as TP-LINK

ruipeng
Автор

Thanks you.This video is helpful for me

saldeveloper
Автор

Allow from all was depreciated in 2.4. Now use:
<Directory /localhost/****>
Require all granted
<Directory>

raistlinmajere
Автор

I'm running WAMP version 2.5 and I was looking for that area to make those changes to no avail. However I did see
 
#Controls who can get stuff..."
and after that, I saw

#   onlineoffline tag - don't remove
Require local

After doing some searching I found that you need to change the above line to the following:

#   onlineoffline tag - don't remove
Require all granted

CoriFowler
Автор

what should i do for 3.0.6 version of wampserver to use it as server

yashmaheshwari
Автор

hello, i want to access my wamp server to the device from other network(mobile data or other wifi)... can we access??

am trying it by check my IP in google and paste it in my other device.. but it redirect to the page of wifi broadband's website..

Vikashsdnt
Автор

AAAHHH!! Wheres a video for WAMP 2.5? Those lines aren't in 2.5

YostPeter
welcome to shbcf.ru