From e1811995816a2308372b4209958163e9a4c038f3 Mon Sep 17 00:00:00 2001 From: rafael Date: Thu, 30 Jul 2020 08:57:54 +0200 Subject: [PATCH 1/2] change htacces to be compatible with php-fpm --- pandora_console/.htaccess | 3 +-- pandora_console/attachment/.htaccess | 4 +--- pandora_console/images/.htaccess | 5 ++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pandora_console/.htaccess b/pandora_console/.htaccess index a1e6f62d2d..ca572f7df1 100644 --- a/pandora_console/.htaccess +++ b/pandora_console/.htaccess @@ -4,5 +4,4 @@ Options -Indexes Order Allow,Deny Deny from All - - + \ No newline at end of file diff --git a/pandora_console/attachment/.htaccess b/pandora_console/attachment/.htaccess index 71f7bf9540..ddd1f3ee4c 100644 --- a/pandora_console/attachment/.htaccess +++ b/pandora_console/attachment/.htaccess @@ -6,6 +6,4 @@ Deny from all Allow from localhost - -php_flag engine off - + \ No newline at end of file diff --git a/pandora_console/images/.htaccess b/pandora_console/images/.htaccess index 4b551eebe2..baa751e987 100644 --- a/pandora_console/images/.htaccess +++ b/pandora_console/images/.htaccess @@ -1,5 +1,4 @@ #pandora disable phpexec - + Deny from all - -php_flag engine off + \ No newline at end of file From e6d81a76d22e9d713f742cc131b525ea57be66ce Mon Sep 17 00:00:00 2001 From: Rafael Ameijeiras Date: Tue, 11 Aug 2020 09:04:25 +0200 Subject: [PATCH 2/2] Update .htaccess --- pandora_console/images/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/images/.htaccess b/pandora_console/images/.htaccess index baa751e987..6504ef7a6f 100644 --- a/pandora_console/images/.htaccess +++ b/pandora_console/images/.htaccess @@ -1,4 +1,4 @@ #pandora disable phpexec Deny from all - \ No newline at end of file + \ No newline at end of file