Viewing 1 replies (of 1 total)
  • Thread Starter borisbecker2

    (@borisbecker2)

    I think I need to fix something on auth_wpbb.php

    if (is_ssl() && force_ssl_login() && !force_ssl_admin() && ( 0 !== strpos($redirect_to, ‘https’) ) && ( 0 === strpos($redirect_to, ‘http’) )) {
    $secure_cookie = false;
    } else {
    $secure_cookie = ”;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘wp-login.php? redirect_to’ is closed to new replies.