Setting Up a 301 Redirect in Plesk

Setting Up a 301 Redirect in Plesk

Learn how to set up a 301 redirect in Plesk to permanently redirect one URL to another. This is commonly used when you've moved a page to a new location or changed your domain name, ensuring visitors and search engines are directed to the correct address.

Steps

  1. Log in to Plesk via your Zeniar Portal
  2. Select Websites & Domains from the left-hand menu
  3. Expand the website you'd like to set up a redirect for
  4. Click on Apache & nginx Settings under the Hosting & DNS section
  5. Scroll down to the Additional directives for HTTP section
  6. Add the following redirect rule, replacing the example URLs with your own:
    • Redirect 301 /old-page https://yourdomain.com/new-page
  7. Click OK to save your changes

Your redirect is now active. Anyone visiting the old URL will be automatically sent to the new one.