Wamp Server: Online but inaccessible from outside

后端 未结 3 1997
野性不改
野性不改 2021-01-16 02:06

Config:

OS-> Win 7 x64
Wamp server versions-> wampserver2.2e - php5.4.3 - httpd-2.4.2 - mysql5.5.24
Skype is not installed. Port 80 is         


        
3条回答
  •  渐次进展
    2021-01-16 02:39

    I just put the onlineoffline tag as a comment and it worked :

    #   onlineoffline tag - don't remove
     Require local
    

    Just get past the warning and comment this one

    #   onlineoffline tag - don't remove
    # Require local
    

    Optional : You can add, just to be sure

    Order Allow,Deny
    Allow from all
    

    Worked for me with both.

    I found the solution thanks to the link at the bottom of this post : How to allow remote access to my WAMP server for Mobile(Android) on the page : https://gist.github.com/samvaughton/6790739

提交回复
热议问题