leolee New Pleskian Oct 12, 2022 #1 Hi, I have a website on blogger and want to redirect it to my main website which is on WordPress. Is there any expert who will help me with it?
Hi, I have a website on blogger and want to redirect it to my main website which is on WordPress. Is there any expert who will help me with it?
Bitpalast Plesk addicted! Plesk Guru Oct 12, 2022 #2 I think that would be a question to ask in a blogger forum. However, as far as I know, the service does not offer web server redirects. But you can place a JavaScript redirect into the <head> ... </head> section of your page, such as Code: <script> window.location="<new website url goes here>"; </script> or you can place a http-equiv tag into the <head> ... </head> section like Code: <meta http-equiv='refresh' content='0;url=<new website url goes here>'/>
I think that would be a question to ask in a blogger forum. However, as far as I know, the service does not offer web server redirects. But you can place a JavaScript redirect into the <head> ... </head> section of your page, such as Code: <script> window.location="<new website url goes here>"; </script> or you can place a http-equiv tag into the <head> ... </head> section like Code: <meta http-equiv='refresh' content='0;url=<new website url goes here>'/>