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

2
.htaccess Normal file
View File

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