Skip to content
Snippets Groups Projects

MySchoolDay

A school roster project for yh4f

Usage:

Setup

For apache2 make sure to have the directory block like this:

<Directory /var/www/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>