Errors updating Roundcube

BUT still no htaccess
Can't help you there at the moment.
On my Centos 6.10 and Centos 7 servers the .htaccess is present, and I did not put it there myself. So on my systems it's fixed.
 
The RoundCube distribution comes with .htaccess file.

Code:
# tar -ztvf /usr/local/directadmin/custombuild/roundcubemail-1.3.7.tar.gz | grep /.htaccess
-rw-r--r-- 501/80          164 2018-07-21 21:16 roundcubemail-1.3.7/config/.htaccess
-rw-r--r-- 501/80          164 2018-07-21 21:16 roundcubemail-1.3.7/plugins/enigma/home/.htaccess
lrwxrwxrwx 501/80            0 2018-07-29 02:41 roundcubemail-1.3.7/public_html/.htaccess -> ../.htaccess
-rw-r--r-- 501/80          164 2018-07-21 21:16 roundcubemail-1.3.7/logs/.htaccess
-rw-r--r-- root/root      3222 2018-08-11 04:28 roundcubemail-1.3.7/.htaccess
-rw-r--r-- 501/80          164 2018-07-21 21:16 roundcubemail-1.3.7/temp/.htaccess


If you want to have a custom version of /var/www/html/roundcube/.htaccess, then create it and copy to /usr/local/directadmin/custombuild/custom/roundcube/.htaccess The custombuild script will use your custom version with every update.
 
Back
Top