change htacces to be compatible with php-fpm

This commit is contained in:
rafael 2020-07-30 08:57:54 +02:00
parent d4860bddcc
commit e181199581
3 changed files with 4 additions and 8 deletions

View File

@ -4,5 +4,4 @@ Options -Indexes
<Files ~ "\.log$"> <Files ~ "\.log$">
Order Allow,Deny Order Allow,Deny
Deny from All Deny from All
</Files> </Files>

View File

@ -6,6 +6,4 @@
<FilesMatch "\.(txt|php)$"> <FilesMatch "\.(txt|php)$">
Deny from all Deny from all
Allow from localhost Allow from localhost
</FilesMatch> </FilesMatch>
php_flag engine off

View File

@ -1,5 +1,4 @@
#pandora disable phpexec #pandora disable phpexec
<Files *.php> <FilesMatch "\.(php)$">
Deny from all Deny from all
</Files> </Files>
php_flag engine off