Forum Moderators: bakedjake
[###.###.###.###:9001...]
and I get:
Forbidden
You don't have permission to access /users/directory/files/file.cfg on this server.
Apache/1.3.12 Server
My .htaccess file has:
AuthType Basic
AuthName "Configuration Files"
AuthUserFile /users/directory/files/.htpasswd
<Limit GET POST PUT>
require valid-user
</Limit>
Any clues or help would be appreciative.