Remove Registration

Discussion in 'Templates customization' started by kenmomentum, Nov 19, 2013.

  1. kenmomentum

    kenmomentum New Member

    Joined:
    Apr 1, 2011
    Messages:
    26
    Hello
    On this site I am using aMember version 4.3.5

    The users DO NOT sign up. I am the only way they can get access to the location

    I have the following when getting into amember
    https://mylocation.com/myfolder/amembernew/

    When I get there I have the following on the page

    Your Company
    If you are a registered member, please login. If you are not registered yet, please signup.

    What I would like is if the user goes to https://mylocation.com/myfolder/amembernew/
    I would like him to go directly to the login page.
    Is this possible?

    If not I need to remove If you are not registered yet, please signup. I have to make sure that nobdy can sign up for any of these subscriptions. There is going to be about 8 subscriptions but not all users will have access to all the folders/files.

    I am not sure but I did a redirect with the following on the index.phtml page this seems to work. Is this a good idea?
    <?php
    /* Redirect browser */
    header("Location: http://theos.in/");
    /* Make sure that code below does not get executed when we redirect. */
    exit;
    ?>

Share This Page