Skip to content

Windows Plesk Redirection

How to set URL redirection in Windows Hosting (Plesk)

If you are undergoing a website change or change your business at a new URL, you can setup URL redirect to forward your domain to another domain using the following method.

Disclaimer

Please be advised that we do not provide official technical support for this setup. It is offered as a courtesy, and we are unable to assist with any issues, troubleshooting, or complications that may arise from its use.


  1. First, browse to the Website Plesk Panel and login using the Plesk Username and Password;
  2. On the Plesk Panel, click into File Manager
  3. Click on web.config to edit as code
  4. Place the redirection code as per below in between "" and "". Modify the URL to your designated website. See Example below
<system.webServer>
<httpRedirect enabled="true" destination="https://google.com" httpResponseStatus="Permanent" />
</system.webServer>