LDAPAccountManager/lam/.htaccess

12 lines
226 B
ApacheConf
Raw Normal View History

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