N Rehman

Results 3 comments of N Rehman

I'm recently coming across this issue myself and wondering if there's anything I can do to fix? It's happening to random users and only occasionally? We're growing our site so...

I have the website set up to redirect to the wp-login.php page using: `$actual_link = "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; if ( !is_user_logged_in() ) { wp_redirect( 'https://SITE-URL/wp-login.php?redirect_to=' . urlencode($actual_link) . ''); } else {...