I have an existing content-based website that is using .htaccess/.htpasswd protection and want to add aMember to it. I have set up a 'product' and entered the URL to the member's area in the 'Product URL' section. The sites are all on the same server and are set up like this: * aMember installation: https://secure.mymainsite.com/amember/ * Members area (with .htaccess file): http://www.club1site.com/members/ (I have 25 more like this to add) * Password file: ../cgi-bin/.htpasswd Also, aMember is set up using the htpasswd_shared plugin because I am still using other software (which will eventually be phased out). The current software uses a CGI program to add & delete usernames to the .htpasswd file. Where do I go from here to get aMember to add/delete users? TIA!