Extended redirect
Allows you to set a redirect to any page
Installation
Install the addon via Addons → Manage addons. Find "Extended Redirect" and click "Install".
Configuration
After installation, open the addon card in "Manage addons":
- Take into account additional get parameters in the request — when enabled, GET parameters are ignored when matching URLs (e.g.
/page?utm_source=googlewill match rule/page). Disabled by default.
Managing redirects
Go to the redirect management section (addon menu or Addons → Extended Redirect):
- Add redirect — specify the source URL and destination URL. Both support
/pathor/index.php?dispatch=...format. For external redirects, use a full URL in the destination field. - Edit — change start_url or end_url as needed.
- Delete — remove unnecessary rules.
Verification
Open the source URL in a browser — it should redirect to the destination. Check the response code (should be 301) via developer tools.
Maintenance
Update the addon via the Upgrade Center or the addon repository. When uninstalling, redirect table data is preserved by default.