Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created September 12, 2024 10:38
Block .env files with .htaccess
<Files .env>
Order allow,deny
Deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment