Domain redirects allow you to send visitors from one domain or URL to another. This can be useful for consolidating traffic, managing multiple domains, or maintaining SEO rankings. Follow these steps to set up a domain redirect in Plesk.
Step 1: Log in to Plesk #
- Open your web browser and go to the Plesk login page.
- Enter your credentials and click Log in.
#
Step 2: Go to Websites & Domains #
- Navigate to the Websites & Domains section from the left-hand menu or dashboard.
- Locate the domain where you want to set up a redirect.
#
Step 3: Access Hosting Settings #
- Under the selected domain, click on Hosting Settings.
- This will open a new page where you can manage the hosting type and settings.
#
Step 4: Configure the Redirect #
- In the Hosting Type section, select Forwarding from the dropdown.
- Enter the destination URL in the Destination Address field (e.g.,
https://newdomain.com
). - Choose the type of redirect:
- Permanent (301): Use this if the redirect is permanent, as it is SEO-friendly.
- Temporary (302): Use this if the redirect is temporary.
- Click OK to save the changes.
Step 5: Verify the Redirect #
- Open a web browser and navigate to the original domain.
- Ensure the browser redirects you to the destination address you set.
- If it doesn’t work immediately, wait for a few minutes and try again (as DNS changes may need some time to propagate).
Tips #
- Always test redirects in incognito mode to avoid cached results.
- Use permanent redirects (301) for SEO benefits when consolidating domains or URLs.
- If you need advanced redirect rules, consider creating a custom
.htaccess
file or using server-side configurations.