Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Dec 8, 2023
1 parent 20f4c50 commit dd59824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# disable directory listing
# Disable directory listing for security reasons
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>

# disable listing configuration files
# Disable listing configuration files
<Files ~ '\.(latte|log|html)$'>
order allow,deny
deny from all
Expand Down

0 comments on commit dd59824

Please sign in to comment.