From c235c0caaf26e84e15f2c393e33ce6910abaf3ed Mon Sep 17 00:00:00 2001 From: bochard Date: Thu, 12 Jun 2025 18:03:57 +0800 Subject: [PATCH] .htaccess deny to access .env file --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index e69de29..c16c430 100644 --- a/.htaccess +++ b/.htaccess @@ -0,0 +1,5 @@ +# Deny access to .env file + + Order allow,deny + Deny from all + \ No newline at end of file -- 2.39.5