Hi there ... I'm just starting out with aMember and have the trial installed and working. I also have a protected directory setup, which correctly prompts me for login when not logged in. But, once logged in, I just get a directory listing. Obviously, I need to put an index.html or similar file in there that will be served up once logged in, but I'm not sure how to make that user-specific. For example, when logging in using http://www.mysitename.com/amember/member.php, I get exactly what I want in terms of ability to reference user information, and edit it using the template provided. Of course, I could just use this URL for session management, but it seems that associating a product with a directory is required, so I'm not sure how to avoid being redirected to that directory (and hence its directory listing or index.xxx file) when signing up, etc. Does one just copy the members.php file into the protected directory as index.php and edit the template accordingly? I decided to ask rather than fart around any more. Thanks in advance for any thoughts! -Gene
No, usually you will create a new index.php file with links to the content in the directory. Or- set your product url to /amember/member.php and additional URLs to the content so that its linked via the members page. David