My responsive site does not load on mobile

Asked

Viewed 416 times

0

I need help, I’ve tried searching everywhere. My site is responsive (www.sdalimentos.com.br), but when I try to charge it by mobile returns as not found. I need help , already put the metatag viewport and nothing.

You could look and give me a hand?

Follow my header and what makes it responsive is the bootstrap I’m using 3.1.1. When text via Firefox extension it doesn’t find my viewport. , I don’t know why.

    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>SD Alimentos - salgados e doces</title>
    <meta name="description" content="O sabor dos alimentos é fator  determinante na escolha do fornecedor dos doces e salgados de sua festa, utilizamos receitas caseiras e buscamos ingredientes frescos e da melhor qualidade.">
 <link rel="stylesheet" href="css/bootstrap.css">

    <link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">


    <link rel="stylesheet" href="css/font-awesome.css">
    <link rel="stylesheet" href="css/templatemo_style.css">
    <link rel="stylesheet" href="css/templatemo_misc.css">
    <link rel="stylesheet" href="css/flexslider.css">
    <link rel="stylesheet" href="css/testimonails-slider.css">
    <link rel="icon" type="image/png" href="images/cup_cake_icon.png" />

    <script src="js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>

</head>
  • Testing on my mobile, I saw the error message. On the mobile, he redirected to a page index.html. On the server side, is there anything that makes a special Handling? If so, add the code.

  • Yes. It gets normal responsive on browser and tablet, but on mobile does not find error 404. I tested android, Windows phone and ios.

  • On my phones are appearing normally, appeared error 404? Error 404 is when the page not on the server, will see when you sent your server took to upload it and did not appear when you requested. Delete cookies from mobile browsers and try to log in again that will appear normal.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.