Created
April 18, 2018 14:26
-
-
Save interactiveRob/c464e62cf4a6a2f35207a7371365ccc7 to your computer and use it in GitHub Desktop.
.htaccess forbid all
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
Order deny,allow | |
Deny from all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These two lines in the .htaccess file of your desired directory will cause a 403 Forbidden error when anyone tries to visit the site.