initial commit

This commit is contained in:
Abimanyu Ridho
2026-06-11 11:09:32 +07:00
commit 5ab7251f4f
30 changed files with 5828 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
# Disable directory listing
Options -Indexes