Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I'm a new user and have build my first site. It 's still in concept!
I made my site on my NAS (address: nassie.dlinkddns.com). It works wel on IMac, PC, Iphone and Ipad.
Since a few days I have my site hosted at Strato.nl. With a new, more friendly, site name: potokphotography.nl. I forward this site to nassie.dlinkddns.com.
From the time I moved to strato the mobile versions are not good. The PC and IMac look well.
Can someone help me with this issue?
Tnx
Peter Oranje
The Netherlands
Offline
Here's the source code of potokphotography.nl:
<html>
<head>
<title>http://potokphotography.nl/</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="ROBOTS" content="NOINDEX,FOLLOW">
</head>
<frameset rows="100%,*" border="0">
<frame name="_redirected_content_" src="http://nassie.dlinkddns.com/" scrolling="auto" frameborder="0">
<noframes>
<body lang=en>
Your browser does not support framesets.
<a href="http://nassie.dlinkddns.com/">Please click here
to be redirected to the final page.</a>
</body>
</noframes>
</frameset>
</html>
Your server is loading your site in frames. You need to stop that. Whether it's a switch in your cPanel, or you need to contact your hosting provider ... kill them frames.
Offline
Pages: 1