mirror of
https://git.hexahost.dev/smueller/HexaHost-Frontend.git
synced 2026-06-02 19:48:43 +00:00
9 lines
219 B
ApacheConf
9 lines
219 B
ApacheConf
# Direkten Zugriff auf Backend-Dateien verhindern (Document Root = public/)
|
|
<IfModule mod_authz_core.c>
|
|
Require all denied
|
|
</IfModule>
|
|
<IfModule !mod_authz_core.c>
|
|
Order deny,allow
|
|
Deny from all
|
|
</IfModule>
|