Forums

Force User Login
Redirect to blog url (2 posts)

  1. felipelavinz
    Member
    Posted 1 year ago #

    I've been using this plugin, but I have a problem that I think should be solved: when I first try to access a protected site by entering the URL on the browser's address bar, I always get redirected to $_SERVER['HTTP_HOST'] .'/wp-admin/', which means that when the WordPress install it's on a folder, it's not properly redirected to the login page for that installation

    http://wordpress.org/extend/plugins/force-user-login/

  2. deardooley
    Member
    Posted 7 months ago #

    Changing line 58 to the following will solve this problem. This should probably be recommitted back into the plugin.

    header( 'Location: '.get_bloginfo('url').'/wp-login.php?redirect_to=' . $redirect_to );

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic