Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access my Wamp Server on another Local Computer

How can i access my local wamp server on another computer

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

i use this code in http.config file but not work

like image 801
user2707013 Avatar asked Apr 02 '14 08:04

user2707013


People also ask

How can I access WAMPServer from mobile?

The simplest way to get round this is: The simplest of these is to use the IP Address of the PC running the WAMPServer(Apache) server and a specific port number. So thats a different port number for each of our sites we want to use from a phone.


1 Answers

You could simply use the Put Online option of your WAMP Server and you can use this current system IP address and to directly access from the other computer.

Do this on system tray

enter image description here

Then, you could find your IP address using typing ipconfig or whatismyip.com website and then access it on another system.

like image 105
Shankar Narayana Damodaran Avatar answered Sep 23 '22 19:09

Shankar Narayana Damodaran