Merge branch 'ent-5361-vulnerabilidad-subir-ficheros' into 'develop'

adding .htaccess files

See merge request artica/pandorafms!3026
This commit is contained in:
Alejandro Fraguas 2020-02-03 12:36:01 +01:00
commit 6c93fcfe02
3 changed files with 18 additions and 3 deletions

View File

@ -0,0 +1,2 @@
# pandora disable listing
Options -Indexes

View File

@ -1,3 +1,11 @@
Order deny,allow
Deny from All
Allow from localhost
#Order deny,allow
#Deny from All
#Allow from localhost
#pandora disable phpexec
<FilesMatch "\.(txt|php)$">
Deny from all
Allow from localhost
</FilesMatch>
php_flag engine off

View File

@ -0,0 +1,5 @@
#pandora disable phpexec
<Files *.php>
Deny from all
</Files>
php_flag engine off