When I add this lines to the .htaccess file in the root folder from the gallery, I'm not able to upload pictures. The upload runs until 100% but I got no success message. When I delete the lines from the .htaccess file, then everything is working fine.
Lines:
AuthUserFile /<path to htpasswd file>/.htpasswd
AuthGroupFile /dev/null
AuthName ByPassword
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Here are my gallery informations:
PHP: 5.3.18-nmm1
MySQL: 5.1.66-nmm3-log
Graphics toolkit: imagemagick
Posts: 4
I've got the same issue here. Unfortunately I've got no access to webserver's error-logs so I can't see if something runs into 401.
Can anybody tell me what has to be allowed that uploads are possible?