Boyle Owen wrote:
> Are you aware that a 401 is the *correct* server response to a request
> without an "Authorization" header?
>
Yes I am aware of that and have tried from a couple of computers. The
.htaccess file is
----------------------------------------------------------
AuthUserFile /home/httpd/vhosts/tor-bay.co.uk/httpdocs/includes/.htpasswd
AuthName "Password Protected Area"
AuthType Basic
<limit GET POST>
require valid-user
</limit>
DirectoryIndex admin.php
----------------------------------------------------------
I have put this back up if you want to have a go.
http://tor-bay.co.uk/admin/
A little bit of history. I had everything working fine then moved to a
new server. The provider told me that the set-up was identical as both
servers were made from the same image. So I just backed up the
/home/vhosts directory. Everything works except this.
Alan
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
|