From e363e15b8dc7825ce315cdb6d8eb5e5af2b6555e Mon Sep 17 00:00:00 2001 From: Ben Szymanski Date: Sun, 27 Mar 2022 14:27:11 -0400 Subject: [PATCH] Fixing issue where ini app config file could be exposed --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index 404a3ef..ef6fd05 100644 --- a/.htaccess +++ b/.htaccess @@ -13,3 +13,8 @@ RewriteRule ^bookmarks/?$ /bookmarks.php RewriteRule ^following/?$ /following.php RewriteRule ^/$ /index.php + +Order allow,deny +Deny from all + +