<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
DD,
<br />
<br />Your user/password to access that directory isn't working.  It appears from that .htaccess file that its looking for a valid user listed in the .htpasswd file in your site's home directory.   
<br />
<br />I'd suggest you check that .htpasswd file to insure your username is in that file.  If it is, make sure you've got the password right by setting the password with
<br />/usr/bin/htpasswd /home/sites/<domain>/.htpasswd <username>
<br />
<br />It will prompt you for the password for <username> and store it in the /home/sites/<domain>/.htpasswd file.  After that, your access should work.
<br />
<br />OH!  If that username doesn't already exist in that .htpassword file, put the "-c" switch in the htpasswd command.  It will add that username if its not already there.
<br />
<br />
<br />Chuck
<br />
<br />
<br />
<br />
<br /><font size="2"><b>--------- Original Message 
-----------</b>
<br />
From: "DD" <bqlist@distortal.com> 

<br />
To: "'BlueOnyx General Mailing List'" 
<blueonyx@mail.blueonyx.it> 

<br />
Sent: Mon, 9 Apr 2012 23:04:30 +0100 

<br />
Subject: [BlueOnyx:10094] Re: TinyMCE / TinyBrowser problem 

<br />

<br />> Replying to myself with more info:  
<br />> 
<br />> 

The problem is something to do with basic .htaccess/.htpasswd 
<br />> 

authentication. I removed the .htaccess from the folder and the image upload 

<br />> 

works fine. Replace the .htaccess and I can no longer upload. 
<br />> 
<br />> 

The .htaccess file reads: 
<br />> 
<br />> 

    AuthType Basic 
<br />> 

    AuthName "Enter Valid Login Details" 
<br />> 

    AuthUserFile /home/sites/<domain>/.htpasswd 
<br />> 

    Require valid-user 
<br />> 
<br />> 

Nothing special, and it has worked up until now. 
<br />> 
<br />> 

A server reboot has not fixed the problem, either :/ 
<br />> 
<br />> 

DD 
<br />> 
<br />> 

_______________________________________________ 
<br />> 

Blueonyx mailing list 
<br />> 

Blueonyx@mail.blueonyx.it 
<br />> 

<a target="_blank" href="http://mail.blueonyx.it/mailman/listinfo/blueonyx">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a> 

<br /><b>------- End of Original Message 
-------</b>
<br />

</font>

</BODY>
</HTML>