Redirects

The Redirects component logs broken URLs (404 errors) and lets you redirect them to the correct pages. This is especially important during relaunches and structural changes.

  • Function and Purpose

    The redirects component (com_redirect) helps track invalid links and automatically directs visitors to the right page. You can set up permanent (301) or temporary (302) redirects.

    Usage

    • Relaunch: After structural changes, maintain redirects to point old URLs to the new ones.
    • 404 errors: In the backend you can see a list of unreachable URLs and create suitable redirects.
    • SEO: Redirects prevent visitors or search engines from landing on error pages.

    Important Notes

    • Status code: Use 301 redirects for permanently moved content.
    • Automatically logged: Enable the “System – Redirects” plugin to capture 404 errors.
    • Security: Check redirects to avoid redirect loops.

    See also