Skip to content

Commit 052b8f5

Browse files
committed
feat: aggiunta protezione contro directory listing nella cartella files
1 parent 68c720a commit 052b8f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

files/.htaccess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Disable directory listing
2+
Options -Indexes
3+
14
# Disable PHP rendering
25
<IfModule mod_php5.c>
36
php_flag engine off

0 commit comments

Comments
 (0)