How to access my Moodle site on other system in LAN

How to access my Moodle site on other system in LAN

Principal BTIRT發表於
Number of replies: 2
I have installed Moodle on Windows 10. How can I open it on another system in LAN?

評比平均分數: -
In reply to 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.
In reply to 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.