Help310

Components Redirect Manager

From Joomla! Documentation

Revision as of 19:59, 2 July 2017 by Sandra97 (talk | contribs) (New category system)

Components Help Screens

Overview

The Redirect Manager is a component that is accessed from the back-end of a Joomla! website. It was introduced in Joomla! 1.6 and its main function is to provide a mechanism to give an Administrator the ability to redirect the URL of a web page which no longer exists to a working web page. You must have the Use Apache mod_rewrite option enabled in your Joomla! installation Global Configuration options in order for the redirects you create to function.

How to access[edit]

  • Select Components → Redirect from the drop-down menu of the Joomla! Administrator Panel.

Description[edit]

This component is primarily used for redirecting URLs for web pages that no longer exist on your website to web pages that are working. The URL you want to redirect from must not be a working one on your website which actually loads a web page. It can be the URL to a web page which you have disabled in the Joomla! back-end administrator interface. The Source URL you specify when you create the redirect should be the full URL as you would type it in your web browser. The component will only display the last portion of the source URL in the redirect listing. The Destination URL you specify when you create a redirect must be the full URL as well.

Screenshot[edit]

Help30-Components-Redirect-Manager-screen-en.png

Column Headers[edit]

Click on the column heading to sort the list by that column's value.

  • Checkbox. Check this box to select one or more items. To select all items, check the box in the column heading. Note: Many toolbar actions can work with multiple items.
  • Expired URL. The URL which is being redirected on your website. Only the web page portion of the URL is displayed in this listing.
  • New URL. The destination URL for the redirect.
  • Referring Page. The referring web page for the redirect.
  • Created Date. Date the item was created.
  • Enabled. Whether or not the item is enabled. A green circle with a white check mark in it means it is enabled. A red circle with a white dot in it means it is disabled.
  • ID. This is a unique identification number for this item assigned automatically by Joomla. It is used to identify the item internally, and you cannot change this number.

List Filters[edit]

Filter by Partial Title[edit]

You can filter the list of items by typing in part of the Title or the ID number.


Column Filtering

Above the column headers on the right, there are 2 drop down input fields, one to Sort Table by: and a number to display.

Help30-Components-Banners-Clients-filter-client-ordering-numbers-en.png

Filter by State[edit]

In the upper area, above the column headings, there is one drop-down list box as shown below:

Help30-Components-Redirect-Manager-filter-attributes-subscreen-en.png

Only items matching the selection will be displayed in the list.

Column Filtering

Above the column headers on the right, there are 2 drop down input fields, one to Sort Table by: and a number to display.

Help30-Components-Banners-Clients-filter-client-ordering-numbers-en.png

Number of Items to Display[edit]

Below the list you'll find:

Batch Processing[edit]

Below the listing of redirects, is a section named 'Update selected links to the following new URL'. This function allows you to change the 'Destination URL' for the selected redirects.

Help30-Components-Redirect-Manager-batch update-subscreen-en.png

  • Destination URL. The destination URL to set for the selected redirects.
  • Comment. The comment to set for the selected redirects.
  • Update Links. Updates all selected redirects with the specified Destination URL and Comment.

Toolbar[edit]

At the top you will see the toolbar:

Help30-New-Edit-Enable-Disable-Archive-Batch-Purge-Trash-Help-Options-toolbar-en.png

The functions are:

  • New. Opens the editing screen to create a new redirect.
  • Edit. Opens the editing screen for the selected redirect. If more than one redirect is selected (where applicable), only the first redirect will be opened. The editing screen can also be opened by clicking on the Name of the redirect.
  • Enable. Makes the selected redirects available for use on your website.
  • Disable. Makes the selected redirects unavailable for use on your website.
  • Archive. Changes the status of the selected redirects to indicate that they are archived. Archived redirects can be moved back to the published or unpublished state by selecting "Archived" in the Select Status filter and changing the status of the redirects to Published or Unpublished as preferred.
  • Trash. Changes the status of the selected redirects to indicate that they are trashed. Trashed redirects can still be recovered by selecting 'Trashed' in the 'Select Status' filter and changing the status of the redirects to Published or Unpublished as preferred. To permanently delete trashed redirects, select 'Trashed' in the 'Select Status' filter, select the redirects to be permanently deleted, then click the 'Empty Trash' toolbar icon.
  • Options. Opens the Options window where settings such as default parameters can be edited.
  • Help. Opens this help screen.

Options[edit]

Click the Options button to open the Redirect Manager Options window which lets you configure this component.

Buttons Common to All Tabs[edit]

Permissions Tab[edit]

  • For more information about Joomla's Access Control List system: ACL Tutorial

Quick Tips[edit]

  • In order for your redirects to work, you must enable the option Use Apache mod_rewrite in the Global Configuration options of your Joomla! installation. Note also that just enabling the 'Use Apache mod_rewrite' option is not enough. You must take the additional step of renaming the htaccess.txt file in the web site directory where you installed Joomla! to .htaccess or to whatever file name your Apache web server requires for additional configuration directives. In the Apache configuration file this setting is named 'AccessFileName' and by default this is set to '.htaccess'

Related information[edit]