0

How can i access my local wamp server on another computer

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

i used this code in httpd.config file but not work.. and i also turn off the firewall setting

  • 2
    What do you mean access?? If you just want to visit the server url (apps) then you dont need to do anything, just make sure your wamp server computer is on same network or public network and from other computer just enter IP address of the wamp server computer on browser. If the IP address of your wamp server computer is 192.168.10.10 then from other computer you can access via IP address on browser that all – BetaDev Aug 04 '17 at 05:54
  • i entered ipaddress/projectname but it's showing not found and my computers is on same network – Support Techcherry Aug 04 '17 at 06:02
  • yes i have turned on – Support Techcherry Aug 04 '17 at 06:09
  • yehhh bro i have already turnned it off – Support Techcherry Aug 04 '17 at 06:25
  • ok what you get when you visit your IP only from your browser of another computer? not found or apache home page?? or your custom page??? – BetaDev Aug 04 '17 at 06:26
  • i m getting this - Not Found the requested URL/ was not found on this server – Support Techcherry Aug 04 '17 at 06:29

0 Answers0