DD,

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.  

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
/usr/bin/htpasswd /home/sites/<domain>/.htpasswd <username>

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.

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.

Chuck

--------- Original Message -----------
From: "DD" <bql...@distortal.com> 
To: "'BlueOnyx General Mailing List'" <blueonyx@mail.blueonyx.it> 
Sent: Mon, 9 Apr 2012 23:04:30 +0100 
Subject: [BlueOnyx:10094] Re: TinyMCE / TinyBrowser problem

> Replying to myself with more info: 
> 
> The problem is something to do with basic .htaccess/.htpasswd 
> authentication. I removed the .htaccess from the folder and the image upload 
> works fine. Replace the .htaccess and I can no longer upload. 
> 
> The .htaccess file reads: 
> 
>    AuthType Basic 
>    AuthName "Enter Valid Login Details" 
>    AuthUserFile /home/sites/<domain>/.htpasswd 
>    Require valid-user 
> 
> Nothing special, and it has worked up until now. 
> 
> A server reboot has not fixed the problem, either :/ 
> 
> DD 
> 
> _______________________________________________ 
> Blueonyx mailing list 
> Blueonyx@mail.blueonyx.it 
> http://mail.blueonyx.it/mailman/listinfo/blueonyx 
------- End of Original Message -------
 
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to