From: bochard Date: Thu, 12 Jun 2025 10:03:57 +0000 (+0800) Subject: .htaccess deny to access .env file X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=c235c0caaf26e84e15f2c393e33ce6910abaf3ed;p=QuestLog.git .htaccess deny to access .env file --- 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