ldap-matter/oauth/OAuth2/.htaccess

8 lines
116 B
ApacheConf

# Deny access to everything by default
deny from all
# Disallow php files
<Files *.php>
deny from all
</Files>