Domain’s hosting type cannot be change in plesk: Change button is not available

kumkumsharma

Administrator
Staff member
Error:

When you navigate to Domains >> example.com >> Hosting Settings >> Hosting type: there is no (Change) button available to set domain forwarding.

Reason:

The main reason behind this issue is additional domains are also available under the main subscription. If you have additional domain’s under same subscription then you cannot chnage its hosting type.

You can follow below steps:
  • Log into Plesk
  • Go to Domains >> example.com >> File Manager
  • Now find web.config file andadd below code in your web.config file after <system.webServer> code:
Code:
<httpRedirect enabled="true" destination="https://example.net/" httpResponseStatus="Permanent" />
Here you have to use your website URL instead of https://example.net/.
 
Top