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
by 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
by Visvanath Ratnaweera -
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.