1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 08:22:07 +02:00

Prevent directory listing of e107_tests

Also block access to e107_tests by default on Apache HTTP Server
This commit is contained in:
Deltik
2019-11-27 15:18:01 -06:00
parent 083213777f
commit 007bd04d8f
2 changed files with 2 additions and 0 deletions

2
e107_tests/.htaccess Normal file
View File

@@ -0,0 +1,2 @@
# Prevent anyone from browsing this folder on Apache HTTP Server
Deny from all

0
e107_tests/index.html Normal file
View File