1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00
ampache/config/.htaccess

10 lines
No EOL
155 B
ApacheConf

# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.2
<IfModule mod_access.c>
Order deny,allow
Deny from all
</IfModule>