initial commit

This commit is contained in:
cygouw
2026-06-10 22:01:03 +07:00
commit a9b40ecf29
26 changed files with 14175 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Hanya izinkan akses file gambar
<FilesMatch "\.(jpg|jpeg|png|gif|webp)$">
Require all granted
</FilesMatch>
# Blok semua file lain
<FilesMatch "\.php$">
Require all denied
</FilesMatch>
# Disable directory listing
Options -Indexes
# Disable PHP execution
php_flag engine off