The user integration is working, but the iframe is pulling in the WordPress home page instead of the phpBB home page. You can see what it's doing at http://dev.apoe4.info/wp/forums. (Browser authentication user is "axew3", and password is "phpbb3iframe".)
We're running phpBB 3.1.10 and WordPress 4.6.1 with the Avada 5.0.2 theme. The webserver root (http://dev.apoe4.info) redirects to http://dev.apoe4.info/wp, which is the WordPress root. The phpBB root is http://dev.apoe4.info/forums.
Any ideas?
Iframe shows WordPress home instead of phpBB home
-
- Posts: 2
- Joined: Sat Oct 29, 2016 4:29 am
-
- Moderator
- Posts: 41
- Joined: Wed May 18, 2016 12:09 pm
Re: Iframe shows WordPress home instead of phpBB home
Off the cuff, it sounds like your configuration is wrong, in Wordpress->Settings->WP w3all, the top 2 settings should be to your phpbb3 installation. I've accidentially set the 2nd option to either a page that doesn't exist, or to the page it's referencing before, and it's caused that same behavior. Checking the source on your iframe, it looks like you have it set to http://dev.apoe4.info if you change that to http://dev.apoe4.info/forums it should work.
-
- Posts: 2
- Joined: Sat Oct 29, 2016 4:29 am
Re: Iframe shows WordPress home instead of phpBB home
Thanks, that was it!
-
- Moderator
- Posts: 41
- Joined: Wed May 18, 2016 12:09 pm
Re: Iframe shows WordPress home instead of phpBB home
No problem, glad you got it up and running.