Htaccess Problem

Discussion in 'Installation' started by MattS, Sep 4, 2003.

  1. MattS

    MattS Guest

    Ive got everything installed and working fine...

    When I login to the member area I can see the products that Im allowed to download. The problem is that when I click a product link the default popup screen shows up.. If I type in the info I can login and download but I dont want that default screen to show up, I want it to go straight to downloading... What should I do?
  2. alex-adm

    alex-adm Guest

    If you use Pro version, go to aMember Cp -> Setup -> Advanced and enable "Add username and password to URL".

    For Free version, edit file config.inc.php and replace
    $config['display_member_pw_urls'] = 0;
    to
    $config['display_member_pw_urls'] = 1;

Share This Page