View Single Post
Old 03-12-2014, 09:04 PM   #825
jamesjoyce5
Junior Member
jamesjoyce5 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2009
Device: prs505
Thanks, fatzgenfatz. I'm not quite savvy enough to make those changes to the .conf file. The Synology is my first NAS. However, I was able to get BicBucStriim working after enabling the mssql setting. All in all it seems Synology has made some significant changes in the new DSM software without much explanation or remedy for all the things they broke.

Thanks again for assisting!


Quote:
Originally Posted by fatzgenfatz View Post
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.
jamesjoyce5 is offline   Reply With Quote