adding .htaccess files

This commit is contained in:
rafael 2020-01-27 11:03:42 +01:00
parent e35edd92b3
commit e2bd041ba2
3 changed files with 17 additions and 3 deletions

View File

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

View File

@ -1,3 +1,10 @@
Order deny,allow
Deny from All
Allow from localhost
#Order deny,allow
#Deny from All
#Allow from localhost
#pandora disable phpexec
<Files *.php>
Deny from all
Allow from localhost
</Files>
php_flag engine off

View File

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