• I created my blog https://www.beechin.com on both a Safari and Internet Explorer browser and they work flawlessly. However, I went to see what it looks like in Firefox, and when I put in https://www.beechin.com, it loads “How to Make a Website” really small in the top left corner for a second and then redirects to https://www.beechin.com/default.php which then shows a 404 error and cannot load. Its weird that firefox is the only browser doing this. Oh and when I type in the link to one of my sub pages (www.beechin.com/?page_id=11) it loads just fine. It’s just that main page with the problem. Does anyone have an idea why or how to fix it? Much appreciated!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • thats not what I see in my firefox, at all.
    if you look at your source, though, you are missing some important bits at the top of the page.

    <meta name="verify-v1" content="Ar2G2PWXORXFGYLYFJOXlPF8GqGk6+S5w9dXUK4vpMY=" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

    thats the start of of your front pages’s content. youre missing some stuff like :

    1. a doctype declaration
    2. an opening <head> tag

    Thread Starter beechin

    (@beechin)

    what are you guys seeing on your firefox browsers?

    whooami, thanks for the help! i updated my doctype and added a <head> tag. unfortunately it still isnt pulling up

    It loads and displays normally in my Mac Firefox browser, but you still have some serious code errors left.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog main page not loading with Firefox’ is closed to new replies.