Panelica includes a built-in URL redirect manager for configuring HTTP redirects at the server level without editing configuration files manually.
- 301 Permanent Redirect — SEO-friendly permanent redirect. Search engines transfer link equity to the new URL
- 302 Temporary Redirect — Temporary redirect that preserves the original URL in search engine indexes
- Source URL — The URL path to redirect from (e.g., /old-page)
- Destination URL — The full URL to redirect to (can be internal or external)
- Domain scope — Apply redirects per domain or across all domains
- Regex support — Use regular expressions for pattern-based redirects
- Path matching — Exact match or prefix match
- Redirect old URLs after a site redesign
- Redirect HTTP to HTTPS (also available as a global toggle)
- Redirect www to non-www (or vice versa)
- Redirect specific pages to new locations
- Redirect entire domains to a new domain
Redirects are implemented at the Nginx level for maximum performance:
- No PHP/application overhead — redirects happen before any application code executes
- Configuration is auto-generated and validated before applying
- Changes take effect immediately after Nginx reload
- ROOT — Manage redirects for all domains
- ADMIN/RESELLER — Manage redirects for their users domains
- USER — Manage redirects for their own domains
If you encounter any issues with this feature, please open a report in the Bug Reports forum.
---
For issues with this feature, please report in the Bug Reports forum.