Hello!
I have a problem with the responsive layout after migrating a site from my testenvironment to its real URL (also forwarded).
On mobile and tablet, layout looks the same as desktop and will not pop on responsive layout at all.
Will you take a look at it please?
Hey Me.llamo!
Thank you for using Enfold.
The site is inside a frame. Why is that?
Best regards,
Ismael
Hi Ismael,
This site is cloaked, in order to keep this particular URL (not URL from which is forwarded).
I put it back on redirect 301 and now it responds again to responsive layout…
Is there another way to do this and keep the prefered URL?
Regards,
Me.llamo
Hey!
Thank you for the info. I don’t think this is possible without duplicating the site. Just to be clear, the preferred domain is (http://www.galeriemi.nl). Is that correct? After the the duplication, edit the old domain’s .htaccess file. Add this at the very beginning:
RewriteEngine on
RewriteRule ^(.*)$ http://www.galeriemi.nl/$1 [R=301,L]
Cheers!
Ismael
That’s correct, the preferred domainname is (http://www.galeriemi.nl).
Thanks Ismael, I will consider it!