3.0.6 picture upload is not possible when adding "auth" settings to .htaccess file in root folder

jango

Joined: 2013-06-03
Posts: 3
Posted: Mon, 2013-06-03 21:59

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

 
elmon8

Joined: 2014-01-07
Posts: 4
Posted: Wed, 2014-01-08 08:34

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?