Changing Your Page URL and Setting Up Redirects

What Are Page Redirects?

A page redirect forwards users (and search engines) from one URL to another. The goal is to ensure that users land on the correct page while protecting your website from broken links or outdated content. Ideally, you'll avoid needing redirects, but there are many scenarios in which they become necessary.

Types of Redirects

301 Redirects (Permanent)

A 301 redirect signals to browsers and search engines that the page has been permanently moved to a new URL. This type of redirect passes almost all SEO value from the old URL to the new one, ensuring the page's ranking and authority are preserved.

When to use:

  • Permanently changing a page's URL.
  • Migrating your website to a new domain.
  • Consolidating multiple domain names into one.
  • Switching from HTTP to HTTPS or non-www to www versions for better consistency.

302 Redirects (Temporary)

A 302 redirect conveys that the page has been temporarily moved. Unlike the 301 redirect, this option doesn't transfer SEO value to the new URL.

When to use:

  • Temporarily redirecting users during maintenance or updates.
  • Redirecting logged-in users to customized content or pages.

For most scenarios, a 301 redirect is the preferred and recommended choice.

When Should You Use Page Redirects?

  • A page URL has changed, but the old one is widely linked on external websites.
  • You are moving your site to a new domain altogether.
  • You want users and search engines to access your site under one consistent URL (e.g., redirect http://example.com to https://www.example.com).
  • Consolidating multiple domains or ensuring your SEO value is centralized on a single URL.
  • Implementing a significant URL scheme change for better search engine performance.
  • Redirecting logged-in users versus guests to different sections of the site.

How to Redirect a Page Using .htaccess

The .htaccess file is a powerful configuration file used by web servers such as Apache to control various server-level settings. By editing this file, you can easily set up redirects for your site.

Steps to Set Up a Redirect Using .htaccess:

  1. Locate the .htaccess file in the root directory of your website. If your Joomla installation includes only a htaccess.txt file, rename it to .htaccess.
  2. Open the .htaccess file in a text editor.
  3. To set up a basic 301 redirect:
                  redirect 301 /old-link.html http://www.site.com/new-link.html
                
  4. Save the file, and your redirects will be active.

This method is ideal for straightforward redirects but can become cumbersome for complex or large-scale changes.

How to Redirect a Page Using Joomla Redirect Manager

If you're managing a Joomla website, you can skip the technical challenges of .htaccess by using the built-in Redirect Manager. This user-friendly component simplifies creating and managing redirects directly from your Joomla administrator dashboard.

Steps to Redirect Using Joomla's Redirect Manager:

  1. Enable URL Rewriting in Joomla:
    1. Go to System > Global Configuration.
    2. Under the "Site" tab, set "Use URL Rewriting" to "Yes."
  2. Access the Redirect Manager:
    • Navigate to Components > Redirects from the Joomla admin panel.
  3. Create a New Redirect:
    1. Click "New" to add your first redirect.
    2. Under Expired URL, enter the path of the old page (e.g., /old-link).
    3. Under New URL, provide the path or full URL of the new page (e.g., /new-link or https://www.example.com/new-link).
    4. Save your changes.

This method is particularly handy for dynamically managing redirects without directly modifying server files. Joomla’s Redirect Manager also ensures smoother workflow integration for your updates.

Why Redirects Matter

Redirects ensure users and search engines reach the right page without encountering unnecessary errors or dead ends. They are indispensable for both maintaining a positive user experience and safeguarding your website's hard-earned SEO value. By implementing the right type of redirect at the right time, you ensure a seamless transition when URLs or site structures change.

Need Help Migrating or Redirecting Your Site?

Thinking about upgrading to Joomla 4, Joomla 5, or even switching to another CMS entirely? Setting up proper redirects is a critical step in any site migration or restructure. If you’re unsure where to start, we’re here to guide you. Contact us today for a free consultation!

© 2025 Your Company. All Rights Reserved.