Merge branch 'ent-6196-error-htaccess' into 'develop'

change htacces to be compatible with php-fpm

See merge request artica/pandorafms!3390
This commit is contained in:
Alejandro Fraguas 2020-08-11 10:14:45 +02:00
commit c33e4bcd32
3 changed files with 4 additions and 8 deletions

View File

@ -5,4 +5,3 @@ Options -Indexes
Order Allow,Deny Order Allow,Deny
Deny from All Deny from All
</Files> </Files>

View File

@ -7,5 +7,3 @@
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> </FilesMatch>
php_flag engine off