By default Apache aliases an icons directory in /etc/apache2/mods-available/alias.conf.
This means that students cannot use the icons directory themselves, i.e. get a 404 for any files in their own directory.
Removing this alias would fix that problem.
By default Apache aliases an icons directory in
/etc/apache2/mods-available/alias.conf.This means that students cannot use the icons directory themselves, i.e. get a 404 for any files in their own directory.
Removing this alias would fix that problem.