LDAPAccountManager/lam/.htaccess

12 lines
208 B
ApacheConf
Raw Normal View History

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