• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Question forwarding

Lisa95

New Pleskian
hello, I have a doubt.
I need to redirect from one site to one on siteground.
I understood that in the hosting settings I have to change the type of hosting from "website" to "forwarding". But I have some email accounts linked to the domain, if I redirect, will I lose the email accounts?
 
Hi Lisa95,

I did some lab research on my plesk "web admin edition".
Mail Accounts will stay even after you change from website to forwarding.

If you are unsure, you can do something like I do If there are still inportant data in webhost: Do forwarding via html code.
When you have a file index.html or index.php, rename it and add ".bak"
Create a blank file index.html und insert this:

<html>
<head>
<meta http-equiv="refresh" content="0; URL=https://yourwebside.com">
</head>
</html>

Edit: in https://yourwebside.com put your Site where you want current website be forwarded to.
 
Back
Top