Skip to main content

I am installing Moodle locally on a Mac using code checked out from SSC. When I go to run install.php I get the following error 500 message: "The ser

Try changing the following lines in httpd.conf:

AllowOverride All

To:

AllowOverride None