--- title: Fixing broken links with redirects excerpt: Point an old, moved, or broken web address at the right page using the Redirection plugin. tags: [redirects, broken links, 404s, urls] target: client:brentwood ---

When a page is renamed, moved, or removed, its old address stops working — anyone who visits it lands on a "not found" error instead of the page they wanted. A redirect fixes this by sending visitors from the old address straight to the right page. You manage redirects under Tools → Redirection in the left-hand menu.

What is a redirect and when do I need one?

A redirect is a simple rule: "if someone asks for this old address, send them to this new one instead." You'll typically need one when:

Note

The old Brentwood website's links were already redirected in bulk during the migration. This guide is for new, day-to-day fixes going forward — for example after you rename or remove a page.

Important

Changing a page's address in WordPress doesn't create a redirect for you automatically. If you rename or move a page, add a redirect from its old address — otherwise anyone who had the old link gets a "not found" error.

How do I add a redirect?

  1. Go to Tools → Redirection.
  2. On the Redirects tab, find the Add New Redirection box at the top.
  3. In Source URL, type the old address, starting with a slash — e.g. /admissions/old.
  4. In Target URL, type the new page's address — e.g. /admissions.
  5. Click Add Redirect.

The redirect works immediately — there's no publish step. It applies as soon as you click Add Redirect.

Tip

To check it worked, open the old address in your browser. It should take you straight to the new page instead of showing "not found."

How do I find broken links people are hitting?

Redirection keeps a log of "not found" addresses that visitors actually hit on the live site — from an old bookmark, an outside website, or a search engine result. Use it to catch broken links you didn't know about.

  1. Go to Tools → Redirection.
  2. Click the 404s tab.
  3. Look through the list of addresses that don't exist on the site — each shows how many times it's been hit.
  4. For one worth fixing, click it and choose Add Redirect — its address is already filled in as the Source URL, so you only need to add the Target URL.

Note

The 404 log only keeps entries for about a week, so it's worth a quick check every week or two rather than waiting.