• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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