Protect unit_test directory from access with .htaccess containing 'deny from all'. Suggestion
by Jonathan Ernst <jonathan@ernstfamily.ch>
This commit is contained in:
3
unit_test/.htaccess
Normal file
3
unit_test/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
# default permissions
|
||||
# prevent web access to this directory
|
||||
deny from all
|
||||
Reference in New Issue
Block a user