Forum Replies Created

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

    (@maric1975)

    I’m checking the info!! I have a full time job and I’m not an expert in webs, so it will take me more time. So far I renamed the Theme, but it didn’t work

    I found this in the wp-loging.php and not sure if it is related to the issue

    /** Make sure that the WordPress bootstrap has run before continuing. */
    require( dirname( __FILE__ ) . ‘/wp-load.php’ );

    // Redirect to HTTPS login if forced to use SSL.
    if ( force_ssl_admin() && ! is_ssl() ) {
    if ( 0 === strpos( $_SERVER[‘REQUEST_URI’], ‘http’ ) ) {
    wp_safe_redirect( set_url_scheme( $_SERVER[‘REQUEST_URI’], ‘https’ ) );
    exit();
    } else {
    wp_safe_redirect( ‘https://’ . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’] );
    exit();
    }
    }

    /**
    * Output the login page header.

Viewing 1 replies (of 1 total)