• 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.

Change hosting type from forwarded to hosted

CraigD

New Pleskian
How do I change the hosting type of a domain from being forwarded to being hosted locally on the server without affecting things like the domains email accounts?
 
Just go to Web Site menu for domain and select Change hosting type there.
 
Just go to Web Site menu for domain and select Change hosting type there.
what about hosted domain, if I want forward instead of current hosted option to do some maintenance on website, I want to forward it.1692481468881.png
 
If you change the hosting type to "forward" all files in the document root will be deleted. It's not a suited methode if you wanter to perform maintenance on a website. Instead configure forwarding with .htaccess (or nginx directives).
 
@jnasser to add: You cannot change the hosting type of your main domain if add-on domains exist in the subscription. As Kaspar suggests, add a line to .htaccess like
Code:
Redirect 302 / <redirect target URL here>
 
Back
Top