Hi,
about .htaccess on Synology:
i found this in a german synology forum:
Add following lines to the beginning of /etc/httpd/conf/httpd.conf-user (for example with vi):
Code:
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule auth_digest_module modules/mod_auth_digest.so
After saving the file execute:
/usr/syno/sbin/synoservicecfg --restart httpd-user
After a quick test .htaccess seems to work again.
f.