Redirect from weebly to wordpress

I have a weebly website that I want to redirect to a new Wordpress site.

I've already tried this code "" in the weebly header, but nothing happens.

Any suggestions would be appreciated!

Many thanks!

+3


source to share


2 answers


Try

<meta http-equiv="refresh" content="0; url=http://mynewsite.com/" />



in the header if Weebly allows you to add javascript to the header. This will keep your Weebly domain live and your domain will point to Weebly.

But the easiest thing you need to do is go to your domain registrar and reassign the domain to the hostname servers of your new WordPress site. This is the best long-term solution if you are considering ditching Weebly.

+2


source


The easiest and arguably best way is to point your weebly domain to your new WP website. You can do this by changing the DNS records for your domain.



0


source







All Articles