Skip to content

Instantly share code, notes, and snippets.

@minhd
Created March 31, 2017 23:58
Show Gist options
  • Save minhd/d589292b897250bd6408b0173da26fb0 to your computer and use it in GitHub Desktop.
Save minhd/d589292b897250bd6408b0173da26fb0 to your computer and use it in GitHub Desktop.
Hide .env file
# Disable index view
Options -Indexes
# Hide a specific file
<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