• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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