I am running moodle on windows using xampp and I completed the first two steps, when I press next it gives me the "This site can't be reached" Page.
CodePudding user response:
Here I found the solution to this issue.
Goto xampp control panel and open Apache->Config->httpd.conf.
Then add the below code to the end.
<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>
Source: Click Here