1#unix  -- do not change or move
2<IfModule mod_authz_host>
3    Require all granted
4</IfModule>
5<IfModule !mod_authz_host>
6    Order allow,deny
7    Allow from all
8</IfModule>
9
10Options -Indexes
11