2008-09-28 12:18:19 +00:00
|
|
|
<Files *>
|
|
|
|
Options +FollowSymLinks
|
2015-06-28 11:19:01 +00:00
|
|
|
<IfModule !mod_authz_core.c>
|
2013-11-10 10:05:45 +00:00
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
2015-06-28 11:19:01 +00:00
|
|
|
</IfModule>
|
|
|
|
<IfModule mod_authz_core.c>
|
2013-11-10 10:05:45 +00:00
|
|
|
Require all granted
|
2015-06-28 11:19:01 +00:00
|
|
|
</IfModule>
|
2008-09-28 12:18:19 +00:00
|
|
|
DirectoryIndex index.html
|
|
|
|
</Files>
|