Page not found after embed iframe guide

felix
Posts: 2
Joined: Thu Feb 02, 2017 1:48 pm

Page not found after embed iframe guide

Post by felix »

Hey everyone,
So I followed the tutorial: https://www.axew3.com/w3/2016/02/embed-p ... esponsive/ to obviously get my phpBB3 in my website under: http://meisterwerk-frostwolf.de/board/
Right now it is under: http://meisterwerk-frostwolf.de/phpBB3/
It just says page not found (In german). The height also seems fucked up but I figured that this is because he didn't find a page.

I did the following things:
I set the name to "board" in wordpress -> settings -> wp w3all and saved it
I created a new page and just named it board, did nothing else with it
edited the overall_footer.html and added the script code
copied the .js under my forum root

I didn't find any posts for this in the Forum
My phpbb3 version is 3.2.0
My Theme OnePress

Thanks in advance
Felix
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Page not found after embed iframe guide

Post by axew3 »

your source, about board setting say that you've set this:

Code: Select all

<iframe style="width:100%;border:0 !important;" src="www.meisterwerk-frostwolf.de/phpBB3"></iframe>
so as URL on wp_w3all config you have not put a correct value:
put
http://www.meisterwerk-frostwolf.de/phpBB3
as URL value into wp_w3all config page.
felix
Posts: 2
Joined: Thu Feb 02, 2017 1:48 pm

Re: Page not found after embed iframe guide

Post by felix »

Okay your a fucking God.

Thank you so much for the plugin and this instant responce holy shit!
Post Reply