How to access my Wamp Server on another Local Computer

后端 未结 6 436
别跟我提以往
别跟我提以往 2020-12-05 20:08

How can i access my local wamp server on another computer


    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allo         


        
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 20:40

    Mine wasn't working before when I tried using my computer's IP in the URL. I found the reason to be the line in httpd.conf:

    ServerName localhost:80

    which I updated to be

    ServerName {My comp's IP}:80

提交回复
热议问题