Redirect your website or specific pages to another URL.
Steps
-
Account Manager → Site Redirection
-
Click Create New Redirect
-
Local URL Path:
- Leave blank to redirect entire site
- Enter path for specific page (e.g.,
/old-page)
-
Redirect Type: Choose 301 (Permanent) or 302 (Temporary)
-
Destination URL: Enter full URL (e.g.,
https://newsite.com) -
Click Create
Redirect Types
| Type | Use Case | SEO Impact |
|---|---|---|
| 301 Permanent | Page moved forever | Passes link value |
| 302 Temporary | Maintenance, A/B testing | Keeps original indexed |
Examples
Redirect entire site
- Local URL Path: (leave empty)
- Destination:
https://newdomain.com
Redirect specific page
- Local URL Path:
/contact - Destination:
https://newdomain.com/contact-us
Redirect directory
- Local URL Path:
/blog - Destination:
https://blog.newdomain.com
Common Issues
Redirect not working
- Clear browser cache and cookies
- Test in incognito mode
- Check for conflicting .htaccess rules
Redirect loop
Ensure destination URL doesn't redirect back to original URL.
HTTPS to HTTP warning
Always redirect to HTTPS URLs for security.