-2

I've my landing page at bubbleio.fr hosted by OVH in France. I've also have the bubbleio.net redirected to my .fr domain with OVH redirection settings.

The .fr domain page is web responsive and follow my mobile vertical screen size but not the .net domain page. The server/code is the same!!! I don't understand. If you have some clues ?

E.Racineux
  • 88
  • 5

1 Answers1

1

just add this to the <head> of bubbleio.net <meta name="viewport" content="width=device-width, initial-scale=1">

Chic
  • 9,836
  • 4
  • 33
  • 62
abdelhadi
  • 11
  • 2
  • OK but bubbleio.net doesn't exist by itself, it is only a redirection to .fr !! I had a look to the html of .net... OVH doesn't use the original .fr and responsive ` – E.Racineux Jan 20 '18 at 13:31
  • I've changed redirection from invisible to visible .net is replace by .fr but doesn't matter really – E.Racineux Jan 20 '18 at 13:39
  • After deeper search, OVH use iframe for "invisible" redirection but iframe doesn't support responsive meta like viewport... – E.Racineux Jan 20 '18 at 13:44
  • i read there doc https://docs.ovh.com/ma/fr/domains/mutualise_guide_redirection_dun_nom_de_domaine/#redirection-invisible i don't find any solution for your problem. The best solution is to do visible redirection 301 – abdelhadi Jan 20 '18 at 14:07