Created
December 2, 2012 18:18
-
-
Save FabienArcellier/4190291 to your computer and use it in GitHub Desktop.
Disable indexaction or block access to a directory in htaccess file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# disable directory browsing | |
Options All -Indexes | |
# Deny access to this directory for anybody | |
Order allow,deny | |
Deny from all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment