• Resolved claenjoy

    (@claenjoy)


    my .htacess :
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    i use wp 3.8 and buddypress Version 1.9.1

    without plugin
    by admin – :
    myurl/wp-login.php -> to myurl/wp-admin or myurl if I click the login button from the homepage and then redirect to wp-login.php

    by user –
    myurl/wp-login.php -> myurl

    with plugin
    by admin
    myulr/login -> to myurl/wp-admin
    but if that page is loading from the home myurl/login -> myurl/login
    doesn’t change

    by user – Role : Subscriber
    myurl/login -> myurl/login some page

    also
    <p class=”submit”>
    <input type=”submit” name=”wp-submit” id=”wp-submit” class=”button button-primary button-large” value=”Log In”>
    <input type=”hidden” name=”redirect_to” value=”https://myurl/wp-admin/”&gt;
    <input type=”hidden” name=”testcookie” value=”1″>
    </p>

    how can I set in value= “https://myurl/wp-admin/&#8221; without “/wp-admin/”

    https://www.ads-software.com/plugins/rename-wp-login/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ella

    (@ellatrix)

    I’m not really sure what you’re asking. What’s the problem exactly? I also don’t need your .htaccess, the plugin doesn’t use it.

    Thread Starter claenjoy

    (@claenjoy)

    if the user is a Subscriber,

    the login page doesn’t redirect to the hompege , but stuck in the login page .

    Plugin Author Ella

    (@ellatrix)

    Thanks, I’ll take a look.

    Thread Starter claenjoy

    (@claenjoy)

    i have fixed installing an other plugin
    Peter’s Login Redirect

    and configured:

    Specific roles
    Role “subscriber” URL: https://myhomepage

    Plugin Author Ella

    (@ellatrix)

    So do you use any other plugins beside this one and BuddyPress? I’d just like to test this.

    Thread Starter claenjoy

    (@claenjoy)

    -Awebsome! Online Registered Users Widget
    -BackUpWordPress
    -BackUpWordPress
    -BP Display Name
    -BP Group Hierarchy Propagate
    -BP Group Organizer
    -BuddyPlug
    -BuddyPress Activity Privacy
    -BuddyPress Activity Tags
    -BuddyPress Extended Friendship Request
    -BuddyPress Group Plus
    -BuddyPress Groups Extras
    -BuddyPress Group Skeleton Component
    -BuddyPress Group Tags
    -BuddyPress Group Tags
    all of them last version

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘admin user is working fine but if the user is subscriber is not redirect’ is closed to new replies.