summaryrefslogtreecommitdiff
path: root/www/moodle/files/moodle.conf
blob: 40de27bc7dc2e2bd12ba4726b052d965d41aec57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# MediaWiki configuration file fragment for Apache

<IfModule mod_alias.c>
    Alias /moodle/ "@MOODLEDIR@/"
</IfModule>

<Directory "@MOODLEDIR@">
    Options Indexes
    DirectoryIndex index.php index.html
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>