What's new
Panelica Community Forum

Welcome to the official Panelica Community Forum — the central hub for server administrators, developers, and hosting professionals. Register a free account today to access technical discussions, product announcements, feature requests, and direct support from the Panelica team. Be part of the growing community shaping the future of server management.

Redirects — URL Redirect Management

Status
Not open for further replies.

admin

Administrator
Staff member
Redirects — URL Redirect Management​

Panelica includes a built-in URL redirect manager for configuring HTTP redirects at the server level without editing configuration files manually.

Redirect Types​

  • 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

Redirect Configuration​

  • 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

Common Use Cases​

  • 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

Implementation​

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

Access Control (RBAC)​

  • 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.

Related Topics​


---
For issues with this feature, please report in the Bug Reports forum.
 
Status
Not open for further replies.
Back
Top