Make WAMP www available on local network

前端 未结 9 1474
后悔当初
后悔当初 2020-12-17 22:15

I know there are questions similar to this, but none address my specific situation.

I have a WAMP server setup for developing some websites, and it\'s running great.

9条回答
  •  被撕碎了的回忆
    2020-12-17 22:41

    I had the same problem with my Wordpress site. My aim was to see the developmental website from a browser in another PC/Linux Workstation on the LAN. Following steps resolved the issue for me:

    1. Go to WordPress Settings > General > WordPress Address (URL) and Site Address (URL)

    2. Add local IP address of the localhost PC where WAMP server is running to the fields and save the settings. (e.g. http:// 192.168.0.101/wordpress; Use ipconfig in a DOS command window to get IP address of the localhost).

    3. From the WAMP server menu on system tray "Put Online". Now any other devices in the LAN can view the website using the IP address on a browser (http:// 192.168.0.106/wordpress) and the links should be working now.

提交回复
热议问题