How to access my Moodle site on other system in LAN

How to access my Moodle site on other system in LAN

Principal BTIRT -
回帖数:2
I have installed Moodle on Windows 10. How can I open it on another system in LAN?

回复Principal BTIRT

Re: How to access my Moodle site on other system in LAN

Gregor McNish -
Are you using WAMP? If you're running a webserver, moodle should be accessible using your server name or IP. If other machines onthe LAN can't access it, make sure your network firewalls allow communication over the webserver ports.
回复Principal BTIRT

Re: How to access my Moodle site on other system in LAN

Visvanath Ratnaweera -
Particularly helpful Moodlers的头像 Translators的头像
If the URL is http://localhost/something, then you can't. Make it respond to http://ip.address/something. This is mainly a operating system (network) and the web server configuration issue. Note that $CFG->wwwroot in the config.php must match. Once you get that going, there is a good chance that you can visit the same address from other machines, provided you've managed to allow that in the Windows 10 firewall. If you don't know how, then disable the firewall entirely.