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
- Log in to Plesk via your Zeniar Portal
- Select Websites & Domains from the left-hand menu
- Expand the website you'd like to set up a redirect for
- Click on Apache & nginx Settings under the Hosting & DNS section
- Scroll down to the Additional directives for HTTP section
- Add the following redirect rule, replacing the example URLs with your own:
- Redirect 301 /old-page https://yourdomain.com/new-page
- Click OK to save your changes
Your redirect is now active. Anyone visiting the old URL will be automatically sent to the new one.