0

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.

Path Confirmation Window

Error

Shadow
  • 33,525
  • 10
  • 51
  • 64

1 Answers1

1

Here I found the solution to this issue.

Goto xampp control panel and open Apache->Config->httpd.conf.

enter image description here Then add the below code to the end.

<IfModule mpm_winnt_module>
   ThreadStackSize 8888888
</IfModule>

Source: Click Here