Search code examples
apachexamppmoodle

Moodle Installation Error: This site can't be reached during installation


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


Solution

  • 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