LDAPAccountManager/lam/help/.htaccess

10 lines
152 B
ApacheConf
Raw Normal View History

2008-09-28 08:36:50 +00:00
<Files *>
2013-11-10 10:05:45 +00:00
<IfVersion < 2.3>
Order allow,deny
Deny from all
</IfVersion>
<IfVersion >= 2.3>
Require all denied
</IfVersion>
2008-09-28 08:36:50 +00:00
</Files>