Reindl,
No.. i just thing the default f ro the .htaccess file that cames with roundcube should be for php7.
-----Original Message----- From: Reindl Harald [mailto:h.reindl@thelounge.net] Sent: 28 de setembro de 2017 09:41 To: Roundcube Users mailing list users@lists.roundcube.net; Jorge Bastos mysql.jorge@decimal.pt Subject: Re: [RCU] Default's in .htaccess file
Am 27.09.2017 um 18:28 schrieb Jorge Bastos:
Howdy,
In my opinion, in the .htaccess file, the default could came with php7,
no?
surely and smart guys have extended it up to PHP8 year sago
[harry@rh:/www/www.rhsoft.net]$ cat temp/.htaccess <IfModule mod_php5.c> php_flag engine off
</IfModule>
<IfModule mod_php7.c> php_flag engine off </IfModule>
<IfModule mod_php8.c> php_flag engine off </IfModule>
###
# WARNING: For PHP 7 the module name in the line below need to be
modified!
<IfModule mod_php5.c>