MyBB Community Forums

Full Version: 404 Page Not Found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to ask..why when i put a iframe code in my post...it not shown the link in iframe code but it shown my forum link and it say "Page Not Found"...i do not understand..please help me..
which web page you are trying to put in iframe code ? have you tried any other site pages in that iframe code ?
i tried put in my forums but it shown 404 page not found..why?

this my url : http://www.giler-it.com/index.php

account : testing
pass : 1234567890

@.m. please help me....
bump!
I have my forums placed inside an iframe as well.

Try using this iframe:

<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />

Your problem is that you're using a trailing file extension, don't do that! EVER!

Just use the root: www.giler-it.com/

That's my iframe from my website; so you may need to edit it to your liking.
(2015-01-25, 10:00 PM)LoganCK Wrote: [ -> ]I have my forums placed inside an iframe as well.

Try using this iframe:

<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />

Your problem is that you're using a trailing file extension, don't do that! EVER!

Just use the root: www.giler-it.com/

That's my iframe from my website; so you may need to edit it to your liking.
what is trailing file extension?

(2015-01-25, 10:00 PM)LoganCK Wrote: [ -> ]I have my forums placed inside an iframe as well.

Try using this iframe:


<iframe class='col-lg-12' name='Stack' src='https://www.yoursite.com/' frameborder='0' scrolling='no' id='iframe' onload='javascript:resizeIframe(this);' />

Your problem is that you're using a trailing file extension, don't do that! EVER!

Just use the root: www.giler-it.com/


That's my iframe from my website; so you may need to edit it to your liking.

its look like this

[Image: HDXKKgy.png]
Are you literally trying to put an iframe inside a forum post?

Use the width/height attribute.

<iframe width="100%" height="100%" src="http://www.yourwebsite.com/" frameborder='0'></iframe>
i want tu put local video in my forum...with using the iframe..

(2015-01-25, 11:07 PM)LoganCK Wrote: [ -> ]Are you literally trying to put an iframe inside a forum post?

Use the width/height attribute.

<iframe width="100%" height="100%" src="http://www.yourwebsite.com/" frameborder='0'></iframe>

the problem is solved but width="100%" height="100%" i change with my own size...tq for helping
I'd really recommend using the video tag instead because it is meant for displaying videos. You also have access to a lot of properties. http://www.w3schools.com/tags/ref_av_dom.asp
sorry wrong post