thelia/redirection-module

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:thelia-module

1.0 2015-02-13 15:31 UTC

This package is auto-updated.

Last update: 2024-09-14 21:46:15 UTC


README

This module add the possibility to create 301 redirections from the back office for Thelia 2.1

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is Redirection.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/redirection-module:~1.0

Usage

Go on your back office and activate the module. Refresh the page then you can use the "manage redirections" link in the Tools dropdown.

Hook

The module uses the hook main.top-menu-tools to show the link to the redirection management table.

Loop

permanent-redirection

Input arguments

Output arguments

Exemple

{loop type="permanent-redirection" name="permanent-redirection" order="visible,position"}
    <!-- ... -->
{/loop}