• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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