Add .htaccess files to deny access to config, temp, logs + describe how to protect access to these directories in the INSTALL instructions (#1490378)
parent
1d024f37cc
commit
16640c7fb0
@ -0,0 +1,2 @@
|
||||
# deny webserver access to this directory
|
||||
Deny from all
|
@ -0,0 +1,2 @@
|
||||
# deny webserver access to this directory
|
||||
Deny from all
|
@ -0,0 +1,2 @@
|
||||
# deny webserver access to this directory
|
||||
Deny from all
|
Loading…
Reference in New Issue