Merge pull request #1153 from itflow-org/hide-files

Hide the .git and .github folders as well as config.php
This commit is contained in:
Johnny 2025-01-24 20:51:58 -05:00 committed by GitHub
commit 38fced55a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

2
.htaccess Normal file
View File

@ -0,0 +1,2 @@
# Prevent access to .git, .github, and config.php
RedirectMatch 404 ^/(\.git|\.github|config\.php)