Setting up redirects in ISPmanager 5
Step-by-step guide to managing domain forwarding.
Redirects are essential for automatically routing visitors from one URL to another. Whether you are migrating to a new domain, switching from HTTP to HTTPS, consolidating "www" and "non-www" versions of your site, or moving old pages to new locations, ISPmanager 5 makes the process straightforward.
Quick start
- Log in to your ISPmanager 5 control panel.
- Go to WWW → WWW-domains section.
- Select your domain from the list and click the
Redirectsin the top menu.
WWW-domains section
- In the management window, click
Add.
Redirect management window
-
Configure the redirect parameters:
- Redirect Code: Select the HTTP status code:
- 301 (Moved Permanently): Best for SEO when permanently moving content.
- 302 (Found/Moved Temporarily): Use this for short-term changes.
- Path: Enter the source path you want to redirect (e.g.,
/old-page/or just/to redirect the entire site). - Target URL: Enter the full destination address, including the protocol (e.g.,
https://new-site.com/).
- Redirect Code: Select the HTTP status code:
Redirect creation form
- Click
Okto save.
Your redirect will be active and functioning immediately.
Common use cases
-
Enforcing HTTPS (HTTP to HTTPS):
- Path:
/ - Code: 301
- URL:
https://yourdomain.com/
- Path:
-
Canonical domain consolidation (www → non-www):
- Path:
/ - Code: 301
- URL:
https://yourdomain.com/
- Path:
-
Redirecting legacy content:
- Path:
/old-article/ - Code: 301
- URL:
https://yourdomain.com/new-article/
- Path:
Important considerations
- Server-side execution: Redirects are handled at the web server level (Apache or Nginx).
- Testing: After setup, clear your browser cache or use an Incognito window to verify the results.
- Advanced management: For a large volume of redirects, it may be more efficient to manage them directly via the
.htaccessfile (for Apache) or the Nginx configuration file. - Troubleshooting: If a redirect isn't working as expected, double-check for rule conflicts or existing priority settings.
Help
If you have any questions or need assistance, please contact us through the ticket system — we're always here to help!