Hello,
In my user authentication system, each user receives a director..such as "bryan" "joe", etc. When the directory is made, it creates a.htaccess file like this:
AuthName "Members Area"
AuthType Basic
AuthUserFile /home/sites/site19/web/bryan/.htpasswd
require valid-user
The problem is - I can not upload or add files to the directory, because I get "permission denied" in my ftp program. Could someone let me know how I could get around this?
Any suggestions would be appreciated!