Added galery

This commit is contained in:
2026-01-26 10:37:06 +01:00
parent d9b4c73baa
commit 33243fbe4a
31 changed files with 2508 additions and 229 deletions

View File

@@ -0,0 +1,12 @@
# Deny access to all files except images
<FilesMatch "\.(?!(jpg|jpeg|png|gif|webp)$)[^.]+$">
Deny from all
</FilesMatch>
# Disable directory listing
Options -Indexes
# Disable script execution
<FilesMatch "\.(php|php5|phtml|cgi|pl|py)$">
Deny from all
</FilesMatch>