kyoshi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP w3all phpBB] Problems with login after fresh installAdding this to functions.php seems to fix my problem so far
add_action(‘wp_logout’,’auto_redirect_after_logout’);
function auto_redirect_after_logout(){
wp_redirect( ‘http://aos.waw.pl/ );
exit();
}Forum: Plugins
In reply to: [WP w3all phpBB] Problems with login after fresh installcookie domain: .aos.waw.pl
Cookie path: /
Cookie secure: Disabled
Cookie notice: DisabledFor some strange reason every time I log out with WP tools I get redirected to : http://serwer1797541.home.pl/autoinstalator/wordpress/
Kind of hopeless. And I think it is not “WP w3all phpBB” issue, but some strange miss configuration on my side.
Forum: Plugins
In reply to: [WP w3all phpBB] Problems with login after fresh installHi axew3!! Thanks for a reply.
Problem is not 100% solved though. I must have f’ed something on the way since I can log in via /phpBB3 but not WP.
This still redirects me to http://serwer1797541.home.pl/autoinstalator/wordpress/ and login loops.
If I use pgpBB3 or iframed phpBB it works. Yes – I managed to get the iframed to work just by changing wp direct links from plain to something else. (Yes – I red about it on axew3.com where I left a msg for you :P)
I guess I’m getting closer with correct configuration. Worst case I disable the wp login.Forum: Plugins
In reply to: [WP w3all phpBB] Problems with login after fresh installForgive me.
I skipped this for some reason: https://www.axew3.com/w3/2016/02/phpbb-login-redirect-external-domain-subdomain/Problem solved 🙂